mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 09:18:37 +02:00
🐳 Improve devenv and build steps (jvm-opts and upgrades).
This commit is contained in:
parent
009a626419
commit
df03b03818
9 changed files with 24 additions and 13 deletions
|
@ -8,7 +8,6 @@ if [ ! -e ~/local/.fixtures-loaded ]; then
|
|||
touch ~/local/.fixtures-loaded
|
||||
fi
|
||||
|
||||
clojure -J-XX:-OmitStackTraceInFastThrow -m uxbox.main
|
||||
|
||||
clojure ${CLOJURE_OPTS} -m uxbox.main
|
||||
|
||||
|
5
backend/bin/start-prod
Executable file
5
backend/bin/start-prod
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
clojure ${CLOJURE_OPTIONS} -m uxbox.main
|
Loading…
Add table
Add a link
Reference in a new issue