1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-05-23 17:36:10 +02:00
penpot/backend/scripts/start-dev
2021-01-07 11:29:57 +01:00

13 lines
186 B
Bash
Executable file

#!/bin/sh
set -ex
if [ ! -e ~/.fixtures-loaded ]; then
echo "Loading fixtures..."
clojure -Adev -X:fn-fixtures
touch ~/.fixtures-loaded
fi
clojure -A:dev -M -m app.main