organize
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
{:source-paths ["src/main"]
|
||||
|
||||
:dependencies [[reagent "1.2.0"]
|
||||
[re-frame "1.3.0"]]
|
||||
|
||||
:builds {:app {:target :react-native
|
||||
:init-fn todo.app/init
|
||||
:output-dir "app"
|
||||
:compiler-options {:infer-externs :auto}
|
||||
:devtools {:autoload true}}}}
|
||||
Reference in New Issue
Block a user