mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
✨ Update frontend repl script
This commit is contained in:
parent
babd481b7f
commit
33bcc9544a
@ -1,6 +1,19 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
export OPTIONS="-A:dev -J-XX:-OmitStackTraceInFastThrow";
|
export JAVA_OPTS="\
|
||||||
|
-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager \
|
||||||
|
-Djdk.attach.allowAttachSelf \
|
||||||
|
-Dlog4j2.configurationFile=log4j2-devenv-repl.xml \
|
||||||
|
-Djdk.tracePinnedThreads=full \
|
||||||
|
-XX:+EnableDynamicAgentLoading \
|
||||||
|
-XX:-OmitStackTraceInFastThrow \
|
||||||
|
-XX:+UnlockDiagnosticVMOptions \
|
||||||
|
-XX:+DebugNonSafepoints \
|
||||||
|
--sun-misc-unsafe-memory-access=allow \
|
||||||
|
--enable-preview \
|
||||||
|
--enable-native-access=ALL-UNNAMED";
|
||||||
|
|
||||||
|
export OPTIONS="-A:dev"
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
exec clojure $OPTIONS -M -m rebel-readline.main
|
exec clojure $OPTIONS -M -e "$OPTIONS_EVAL" -m rebel-readline.main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user