We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda0e2f commit 5241cbaCopy full SHA for 5241cba
just/dev.just
@@ -11,8 +11,10 @@ GENERATED_LOCALIAS_CONFIG := "tmp/localias.yml"
11
GENERATED_HOST_ENV := "env/host.sh"
12
13
# TODO should add an option to not run workers, this is overkill most of the time
14
+
15
# run all dev-related code generation commands (hosts, localias, openapi, python)
-dev_generate: _dev_only dev_generate_hosts dev_generate_localias
16
+# we don't guard against _dev_only since this needs to be run to bootstrap the application
17
+dev_generate: _not_production dev_generate_hosts dev_generate_localias
18
19
# start all of the services you need for development in a single terminal
20
[script]
0 commit comments