shadow-cljs

J 2025-10-23T07:21:18.781109Z

Hi! I have two small questions: β€’ when I run the watch command with yarn it seems that yarn want to install dependencies automatically. Is there a way to disable this behaviour? β€’ I have a node script target. Is there a way to start automatically the process or I should start it manually?

βœ… 1
thheller 2025-10-23T07:26:02.103769Z

what yarn does no clue, but if you are talking about shadow-cljs installing dependencies then you can set :npm-deps {:install false} in shadow-cljs.edn to stop that

thheller 2025-10-23T07:26:44.377869Z

node scripts you are supposed to start or manage yourself. shadow-cljs will not start them for you. if you just want a node repl you can use shadow-cljs node-repl that isn't tied to any particular build.

J 2025-10-23T07:37:45.166929Z

Thanks @thheller

Harold 2025-10-23T20:47:05.136029Z

After upgrading shadow-cljs to "3.2.1", I was seeing a lot of extra log messages in my server terminal... The problem was on my end, a logback dep had snuck in, sorry for the noise. πŸ™‡ PS. having a lot of fun at the moment moving some related (were never really separate) projects into the same project and simplifying building/testing them. Thanks theller and others!

Harold 2025-10-23T03:18:37.605849Z

[not urgent] Curious about the occasionally-discussed idea here about switching from undertow to jetty. What's the latest thinking on that?

πŸ‘€ 1
James Amberger 2025-12-09T19:16:44.918779Z

what’s the motivation (just curious)?

thheller 2025-12-09T19:50:43.221819Z

on java24 you get some annoying messages due to undertow on startup and jetty is just a better server these days. no priority at all though.

thheller 2025-10-23T05:36:18.342519Z

still planning on doing it, just not a priority. been too busy lately to look into it properly.

πŸ‘ 1
πŸ†’ 1