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

7 lines
278 B
Clojure
Raw Normal View History

{:source-paths ["mastodon_bot"]
:dependencies []
2020-02-28 01:30:24 +00:00
:builds {:app {:target :node-script
:output-to "target/mastodon-bot.js"
2020-02-28 01:30:24 +00:00
:main mastodon-bot.core/main
:compiler-options {:optimizations :simple}}}}