mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 06:26:38 +02:00
Improve scripts, add lein and update depencies (backend).
This commit is contained in:
parent
cda2737b02
commit
b3d995de53
7 changed files with 429 additions and 20 deletions
6
backend/scripts/repl.sh
Executable file
6
backend/scripts/repl.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
DIR=`dirname $0`
|
||||
LEIN="$DIR/lein"
|
||||
|
||||
$LEIN repl
|
Loading…
Add table
Add a link
Reference in a new issue