PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
44
.vscode/launch.json
vendored
44
.vscode/launch.json
vendored
@@ -4,6 +4,26 @@
|
||||
// Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"command": "npm run dev_noCheck",
|
||||
"name": "DEV (no-check-TS)",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
"sourceMaps": false,
|
||||
},
|
||||
{
|
||||
"command": "npm run dev",
|
||||
"name": "DEV",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
},
|
||||
{
|
||||
"command": "npm run spa",
|
||||
"name": "SPA",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
"sourceMaps": false,
|
||||
},
|
||||
{
|
||||
"command": "npm run pwa",
|
||||
"name": "PWA",
|
||||
@@ -13,30 +33,10 @@
|
||||
"NODE_ENV": "development"
|
||||
}
|
||||
},
|
||||
{
|
||||
"command": "npm run spa",
|
||||
"name": "SPA",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
"sourceMaps": false,
|
||||
},
|
||||
{
|
||||
"command": "npm run spa",
|
||||
"name": "SPA DEBUG",
|
||||
"request": "launch",
|
||||
"type": "node-terminal",
|
||||
"sourceMaps": true,
|
||||
},
|
||||
{
|
||||
"command": "npm run dev",
|
||||
"name": "DEV",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
},
|
||||
{
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"name": "vuejs: Launch Chrome DEBUG",
|
||||
"name": "vuejs: Launch Chrome VITE_DEBUG",
|
||||
"url": "http://localhost:8088",
|
||||
"breakOnLoad": true,
|
||||
"webRoot": "${workspaceFolder}/src",
|
||||
@@ -45,4 +45,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user