format
This commit is contained in:
parent
7ea3d5a46a
commit
40455b7ab4
1 changed files with 8 additions and 8 deletions
|
@ -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}}}
|
||||||
|
|
Loading…
Reference in a new issue