Lex Berezhny
Lex Berezhny
DDeno
Created by Lex Berezhny on 5/19/2025 in #help
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
DDeno
Created by Lex Berezhny on 5/19/2025 in #help
launch.json for debugging deno next.js in vs code
i gave up on next.js in deno for now and trying deno fresh but having slightly different issue / question, i posted about it in the #fresh channel
6 replies
DDeno
Created by Lex Berezhny on 5/19/2025 in #help
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