mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
♻️ Make the namespacing independent of the branding.
This commit is contained in:
@@ -4,10 +4,10 @@ set -e
|
||||
|
||||
if [ ! -e ~/local/.fixtures-loaded ]; then
|
||||
echo "Loading fixtures..."
|
||||
clojure -Adev -m uxbox.fixtures
|
||||
clojure -Adev -m app.fixtures
|
||||
touch ~/local/.fixtures-loaded
|
||||
fi
|
||||
|
||||
clojure -m uxbox.main
|
||||
clojure -m app.main
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user