mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 08:20:45 -05:00
Fix fixtures entry point.
This commit is contained in:
parent
7f38aa97fa
commit
2c06c5b905
2 changed files with 3 additions and 3 deletions
|
@ -3,4 +3,4 @@
|
|||
DIR=`dirname $0`
|
||||
LEIN="$DIR/lein"
|
||||
|
||||
$LEIN trampoline run -m uxbox.fixtures/init
|
||||
$LEIN trampoline run -m uxbox.fixtures
|
||||
|
|
|
@ -67,8 +67,8 @@
|
|||
(def num-projects 5)
|
||||
(def num-pages 5)
|
||||
|
||||
(defn init
|
||||
[]
|
||||
(defn -main
|
||||
[& args]
|
||||
(mount/start)
|
||||
(with-open [conn (db/connection)]
|
||||
(sc/atomic conn
|
||||
|
|
Loading…
Reference in a new issue