mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 01:01:39 +02:00
🎉 Add media-object lifecycle handling.
This commit is contained in:
parent
93aaa52e73
commit
c0cd0d4a23
39 changed files with 975 additions and 323 deletions
13
backend/scripts/start-dev
Executable file
13
backend/scripts/start-dev
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ ! -e ~/local/.fixtures-loaded ]; then
|
||||
echo "Loading fixtures..."
|
||||
clojure -Adev -m uxbox.fixtures
|
||||
touch ~/local/.fixtures-loaded
|
||||
fi
|
||||
|
||||
clojure -m uxbox.main
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue