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-02-27 20:23:48 -05:00

5 lines
235 B
Clojure

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