Fork me on GitHub
#shadow-cljs
<
2021-10-15
>
Apple12:10:47

Can shadow-cljs also print out what the other two ports are for? nrepl/prepl/socket repl are they?

LISTEN 0    1000                      *:9630             *:*
LISTEN 0      50     [::ffff:127.0.0.1]:41491            *:*          
LISTEN 0      50     [::ffff:127.0.0.1]:46337            *:*          
LISTEN 0      50     [::ffff:127.0.0.1]:40289            *:*          
shadow-cljs - server version: 2.15.12 running at 
shadow-cljs - nREPL server started on port 46337

dvingo15:10:49

they are available in files in the .shadow-cljs dir

$ ls -1 .shadow-cljs/
babel-worker
builds
cli-repl.port
http.port
jar-manifest
nrepl.port
server.pid
server.token
socket-repl.port

🙌 1
Apple15:10:50

Very good.