mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 04:16:38 +02:00
✨ Add improved REPL support
This commit is contained in:
parent
de3605356c
commit
99f39c9777
9 changed files with 231 additions and 1033 deletions
3
backend/scripts/nrepl
Executable file
3
backend/scripts/nrepl
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
clojure -J-Xms50m -J-Xmx256m -J-XX:+UseSerialGC -Sdeps '{:deps {reply/reply {:mvn/version "0.5.0"}}}' -M -m reply.main --attach localhost:6064 -e "(in-ns 'app.main)"
|
Loading…
Add table
Add a link
Reference in a new issue