Skip to content

[Feature] Run @nx-dotnet/core:serve with --watch=false #151

@pemsbr

Description

@pemsbr

Is your feature request related to a problem? Please describe.
I would like to run a console app to generate some source files without having the file watcher running.

Describe the solution you'd like
Ability to pass in an option to @nx-dotnet/core:serve that sets watch=false, similarly to how we would do it with the @nrwl/web:dev-server executor: https://nx.dev/l/a/cli/serve#watch

Describe alternatives you've considered
I created a custom target with the @nrwl/workspace:run-commands builder to execute dotnet run without watch.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions