This commit is contained in:
jem 2021-06-18 13:39:31 +02:00
parent 7ea3d5a46a
commit 40455b7ab4

View file

@ -7,11 +7,11 @@
[expound "0.8.9"] [expound "0.8.9"]
[dda/mastodon-bot "1.10.11"]] [dda/mastodon-bot "1.10.11"]]
:dev-http {8080 "public"} :dev-http {8080 "public"}
:builds {:frontend {:target :browser :builds {:frontend {:target :browser
:modules {:main {:init-fn dda.k8s-mastodon-bot.browser/init}} :modules {:main {:init-fn dda.k8s-mastodon-bot.browser/init}}
:release {} :release {}
:compiler-options {:optimizations :advanced}} :compiler-options {:optimizations :advanced}}
:test {:target :node-test :test {:target :node-test
:output-to "target/node-tests.js" :output-to "target/node-tests.js"
:autorun true :autorun true
:repl-pprint true}}} :repl-pprint true}}}