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