Proxy shadow-cljs requests to http server and fix http server start
This commit is contained in:
parent
a80842101c
commit
f44a743660
2 changed files with 7 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue