Init commit
This commit is contained in:
20
shadow-cljs.edn
Normal file
20
shadow-cljs.edn
Normal file
@@ -0,0 +1,20 @@
|
||||
;; shadow-cljs configuration
|
||||
{:source-paths
|
||||
["src/dev"
|
||||
"src/main/frontend"
|
||||
"src/test"]
|
||||
|
||||
:dependencies
|
||||
[[reagent "1.1.1"] [re-frame "1.4.3"] [cljs-ajax "0.8.1"]]
|
||||
:build-hooks [(shadow-env.core/hook)]
|
||||
:dev-http
|
||||
{8020 "public"}
|
||||
|
||||
:builds
|
||||
{:app
|
||||
{:target :browser
|
||||
:output-dir "public/js"
|
||||
:asset-path "assets"
|
||||
:modules
|
||||
{:main
|
||||
{:init-fn landing/init}}}}}
|
||||
Reference in New Issue
Block a user