Proxy shadow-cljs requests to http server and fix http server start

This commit is contained in:
heyarne 2020-05-08 11:12:03 +02:00
commit f44a743660
2 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,9 @@
{:deps {:aliases [:cljs]}
:ssl {:keystore "ssl/localhost.jks"
:password "shadow-cljs"}
:dev-http {8080 "resources/public"}
:dev-http {8080
{:root "resources/public"
:proxy-url "http://localhost:8081"}}
:builds
{:app {:target :browser
:output-dir "resources/public/js"