Skip to content
Snippets Groups Projects
Unverified Commit 8a11e382 authored by Cam Saul's avatar Cam Saul Committed by GitHub
Browse files

`clj -M:run` should not think it's running in `:dev` mode (#30004)

parent 7828dc78
No related branches found
No related tags found
No related merge requests found
......@@ -262,8 +262,7 @@
;; clojure -M:run:ee (include EE code)
:run
{:main-opts ["-m" "metabase.bootstrap"]
:jvm-opts ["-Dmb.run.mode=dev"
"-Djava.awt.headless=true" ; prevent Java icon from randomly popping up in macOS dock
:jvm-opts ["-Djava.awt.headless=true" ; prevent Java icon from randomly popping up in macOS dock
"-Dmb.jetty.port=3000"]}
;; alias for CI-specific options.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment