This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-bot/shadow-cljs.edn
2020-05-12 18:17:37 +02:00

12 lines
593 B
Clojure

{:source-paths ["src/main"
"src/test"]
:dependencies [[orchestra "2018.12.06-2"]]
:builds {:dev {:target :node-script
:repl-init-ns mastodon-bot.core
:output-to "target/mastodon-bot.js"
:main mastodon-bot.core/dummy
:repl-pprint true}
:app {:target :node-script
:output-to "target/mastodon-bot.js"
:main mastodon-bot.core/main
:compiler-options {:optimizations :simple}}}}