mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 10:36: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
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
export PATH=/opt/img/bin:$PATH
|
||||
lein trampoline run -m uxbox.main
|
||||
|
||||
DIR=`dirname $0`
|
||||
LEIN="$DIR/lein"
|
||||
|
||||
$LEIN trampoline run -m uxbox.main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue