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

6 lines
235 B
Clojure
Raw Normal View History

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