From 20636c9528f810d76153c86af268d184726cb5f9 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 12 Jun 2020 14:54:05 +0200 Subject: [PATCH] fix shadow-cljs definition. --- shadow-cljs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 6fffe5d..4ad44bb 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -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}}}}