Lex Berezhny
launch.json for debugging deno next.js in vs code
but to answer your question, i was trying to debug dev server, also i was able to verify that it does in fact start node to run the transform.js, nextjs must have some places hard coded to start node
6 replies
launch.json for debugging deno next.js in vs code
looks like it's a known problem, and worse, from this ticket it sounds like when you run next.js with deno it's only the start script that runs in deno but next.js itself runs in node 😲
https://github.com/denoland/deno/issues/28474
6 replies