6 lines
235 B
Clojure
6 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}}}
|