From 694d667e6440750666a2036c168a3756a9dadba0 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Thu, 8 Dec 2022 08:51:34 -0800 Subject: [PATCH] Another test deployment --- dev.cljs.edn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.cljs.edn b/dev.cljs.edn index 5ff91995..db7f8c77 100644 --- a/dev.cljs.edn +++ b/dev.cljs.edn @@ -1,6 +1,6 @@ {:main auto-ap.core - :target :bundle - :output-to "resources/public/js/compiled/app.js" + :target :bundle + :output-to "resources/public/js/compiled/app.js" :output-dir "resources/public/js/compiled/" :source-map true