Add improved REPL support

This commit is contained in:
Andrey Antukh 2023-11-09 18:32:37 +01:00
parent de3605356c
commit 99f39c9777
9 changed files with 231 additions and 1033 deletions

3
backend/scripts/nrepl Executable file
View 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)"