You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-masto-embed/shadow-cljs.edn

21 lines
463 B
Plaintext

;; shadow-cljs configuration
{:source-paths
["src/dev"
"src/main"
"src/test"]
:dependencies
[[orchestra "2019.02.06-1"]
[hiccups "0.3.0"]
[com.andrewmcveigh/cljs-time "0.5.2"]]
:dev-http {8080 "public"}
:builds
{:test {:target :node-test
:output-to "target/node-tests.js"
:autorun true}
:frontend {:target :browser
:module-hash-names true
:modules {:main {:init-fn dda.masto-embed.app/init}}}}}