fix shadow-cljs definition.
This commit is contained in:
parent
ceaf1a2034
commit
20636c9528
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@
|
|||
:autorun true}
|
||||
:app {:target :node-script
|
||||
:output-to "target/mastodon-bot.js"
|
||||
:main mastodon-bot.core/main
|
||||
:main mastodon-bot.core/-main
|
||||
:compiler-options {:optimizations :simple}}}}
|
||||
|
|
Reference in a new issue