Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return early from ftl dev when incompatible flags (--stop --no-s…
…erve) are used (#1325) Fixes #1167 Manually tested: ``` $ ftl dev --stop --no-serve ./examples/go --log-level=trace trace: Loading config from /Users/dli/Development/ftl/ftl-project.toml debug: FTL serve is not running in the background $ ftl serve --background info: `ftl serve` running in background with pid: 42320 $ ftl dev --stop --no-serve ./examples/go --log-level=trace trace: Loading config from /Users/dli/Development/ftl/ftl-project.toml info: `ftl serve` stopped (pid: 42320) ```
- Loading branch information