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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
mastodon-bot/shadow-cljs.edn

15 lines
629 B
Plaintext

{:source-paths ["src/main/cljc"
"src/main/cljs"
"src/test/cljc"
"src/test/cljs"]
:dependencies [[orchestra "2019.02.06-1"]
[expound "0.8.9"]]
:builds {:test {:target :node-test
:output-to "target/node-tests.js"
:autorun true
:repl-pprint true}
:app {:target :node-script
:output-to "target/npm-build/mastodon-bot.js"
:main mastodon-bot.core/main
:compiler-options {:optimizations :simple}}}}