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
dmitri.sotnikov@gmail.com 86a0dd4c9f updated docs
2020-02-27 20:30:24 -05:00

6 lines
278 B
Clojure

{:source-paths ["mastodon_bot"]
:dependencies []
:builds {:app {:target :node-script
:output-to "target/mastodon-bot.js"
:main mastodon-bot.core/main
:compiler-options {:optimizations :simple}}}}