From 3951173441bcb511c8f8ae383002e6992e6409a8 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Sun, 1 Dec 2024 13:12:25 +0100 Subject: chore: add development server for shadow-cljs --- shadow-cljs.edn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shadow-cljs.edn') diff --git a/shadow-cljs.edn b/shadow-cljs.edn index cfb9930..5937f86 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -1,4 +1,6 @@ {:deps {:aliases [:frontend]} + :dev-http {8020 {:root "resources/public" + :proxy-url "http://localhost:3000"}} :builds {:tubo {:target :browser -- cgit v1.2.3