Files
n3wt-school/.vscode/launch.json
2025-04-07 17:44:51 +02:00

13 lines
248 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Next.js: debug client-side",
"type": "chrome",
"request": "launch",
"webRoot": "${workspaceFolder}/Front-End/",
"url": "http://localhost:3000",
},
]
}