vite-vue3-lowcode/.vscode/launch.json

14 lines
252 B
JSON
Raw Normal View History

2021-05-31 22:43:55 +08:00
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:3100",
"webRoot": "${workspaceFolder}/src",
"sourceMaps": true
}
]
}