From 9e701382d8ae56f1f86a16dc964361c8bc8558d4 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 15 May 2020 19:24:59 +0200 Subject: [PATCH] improve local def setup --- shadow-cljs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 337ec72..3c217e4 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -3,7 +3,7 @@ :dependencies [[orchestra "2018.12.06-2"]] :builds {:dev {:target :node-library :output-to "target/lib-mastodon-bot.js" - :exports {:infra mastodon-bot.infra/js->edn} + :exports {:infra mastodon-bot.core/-main} :repl-pprint true } :app {:target :node-script