Fork me on GitHub
#shadow-cljs
<
2022-11-30
>
Hankstenberg08:11:11

Hi guys, what's the best way to run two shadow-cljs-builds side by side with different ports? I tried to just change the ports in shadow-cljs.edn, but it says "already running".

thheller08:11:29

a build doesn't have a port at all? which port do you mean?

1
🙌 1
thheller08:11:59

as for running two builds npx shadow-cljs watch build-a build-b

Hankstenberg08:11:25

Ah, thank you!

thheller08:11:20

you can also just run npx shadow-cljs server and then control/toggle the builds via the http://localhost:9630 web ui

thheller08:11:33

or from the REPL 😉