FG42/john_titor/shadow-cljs.edn

12 lines
267 B
Clojure
Raw Normal View History

2018-09-13 16:49:56 +01:00
{:source-paths ["src"]
2019-01-14 18:53:41 +00:00
:dependencies [[org.clojure/clojurescript "1.10.439"]
[cljs-http "0.1.45"]]
2018-09-13 16:49:56 +01:00
:nrepl {:port 8282}
:builds
{:app
{:target :node-script
:output-to "target/main.js"
:main john-titor.core/main
2018-12-25 12:22:52 +00:00
:devtools {}}}}