diff --git a/shadow-cljs.edn b/shadow-cljs.edn index a823f03..329d458 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -8,5 +8,4 @@ :repl-pprint true} :app {:target :node-script :output-to "mastodon-bot.js" - :main mastodon-bot.core/main - :compiler-options {:optimizations :simple}}}} + :main mastodon-bot.core/main}}}