mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 15:33:22 +00:00
13 lines
248 B
JSON
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",
|
|
},
|
|
]
|
|
} |