Files
elixforms-web-pages/.vscode/launch.json
T

25 lines
861 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "attach",
"name": "Debug Vite App (scelta-carriera)",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}/scelta-carriera",
"preLaunchTask": "Start Vite App (scelta-carriera)",
"skipFiles": [
"<node_internals>/**",
"**/node_modules/**",
"**/@vite/client/**"
],
"sourceMapPathOverrides": {
"webpack:///src/*": "${webRoot}/*"
}
}
]
}