mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 21:08:34 +00:00
Fix fixtures entry point.
This commit is contained in:
parent
7f38aa97fa
commit
2c06c5b905
@ -3,4 +3,4 @@
|
|||||||
DIR=`dirname $0`
|
DIR=`dirname $0`
|
||||||
LEIN="$DIR/lein"
|
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-projects 5)
|
||||||
(def num-pages 5)
|
(def num-pages 5)
|
||||||
|
|
||||||
(defn init
|
(defn -main
|
||||||
[]
|
[& args]
|
||||||
(mount/start)
|
(mount/start)
|
||||||
(with-open [conn (db/connection)]
|
(with-open [conn (db/connection)]
|
||||||
(sc/atomic conn
|
(sc/atomic conn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user