diff options
Diffstat (limited to 'shadow-cljs.edn')
-rw-r--r-- | shadow-cljs.edn | 2 |
1 files changed, 2 insertions, 0 deletions
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 |