mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
🎉 Add bin/repl script.
This commit is contained in:
parent
8061ee7ca7
commit
f491cf25fc
1 changed files with 3 additions and 0 deletions
3
backend/bin/repl
Executable file
3
backend/bin/repl
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
clojure -Ojmx-remote -A:dev -e "(set! *warn-on-reflection* true)" -m rebel-readline.main
|
Loading…
Add table
Reference in a new issue