aboutsummaryrefslogtreecommitdiff
path: root/shadow-cljs.edn
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-12-01 13:12:25 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-12-01 13:12:25 +0100
commit3951173441bcb511c8f8ae383002e6992e6409a8 (patch)
tree97e813d9e777bd140a820abeb5fe2046ec5692d3 /shadow-cljs.edn
parent187d65c126787ee4208c4c295b627f4800863f70 (diff)
chore: add development server for shadow-cljs
Diffstat (limited to 'shadow-cljs.edn')
-rw-r--r--shadow-cljs.edn2
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