mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
✨ Minor change on shadow-cljs config.
This commit is contained in:
parent
6df976d1f3
commit
c775f5aba0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{:deps {:aliases [:dev]}
|
{:deps {:aliases [:dev]}
|
||||||
:http {:port 3448}
|
:http {:port 3448}
|
||||||
:nrepl {:port 3447}
|
:nrepl {:port 3447}
|
||||||
:jvm-opts ["-Xmx1g" "-Xms1g"]
|
:jvm-opts ["-Xmx1g" "-Xms512m"]
|
||||||
|
|
||||||
:builds
|
:builds
|
||||||
{:main
|
{:main
|
||||||
|
|
Loading…
Reference in a new issue