improve local def setup
This commit is contained in:
parent
b96a7896ba
commit
9e701382d8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
:dependencies [[orchestra "2018.12.06-2"]]
|
:dependencies [[orchestra "2018.12.06-2"]]
|
||||||
:builds {:dev {:target :node-library
|
:builds {:dev {:target :node-library
|
||||||
:output-to "target/lib-mastodon-bot.js"
|
:output-to "target/lib-mastodon-bot.js"
|
||||||
:exports {:infra mastodon-bot.infra/js->edn}
|
:exports {:infra mastodon-bot.core/-main}
|
||||||
:repl-pprint true
|
:repl-pprint true
|
||||||
}
|
}
|
||||||
:app {:target :node-script
|
:app {:target :node-script
|
||||||
|
|
Reference in a new issue