0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00
penpot/backend/bin/start-dev
2019-12-18 10:54:28 +01:00

13 lines
208 B
Bash
Executable file

#!/bin/sh
set -e
if [ ! -e ~/local/.fixtures-loaded ]; then
echo "Loading fixtures..."
clojure -Adev -m uxbox.fixtures
touch ~/local/.fixtures-loaded
fi
clojure ${CLOJURE_OPTS} -m uxbox.main