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