initial commit
This commit is contained in:
16
shadow-cljs.edn
Normal file
16
shadow-cljs.edn
Normal file
@@ -0,0 +1,16 @@
|
||||
;; shadow-cljs configuration
|
||||
{:source-paths
|
||||
["src/dev"
|
||||
"src/main"
|
||||
"src/test"]
|
||||
|
||||
:dependencies
|
||||
[]
|
||||
|
||||
:dev-http {8008 "public"}
|
||||
|
||||
:builds
|
||||
{:frontend
|
||||
{:target :browser
|
||||
:modules {:main {:init-fn sekai.core.init/init}}
|
||||
}}}
|
Reference in New Issue
Block a user