pansoft-plrl/.vscode/launch.json

16 lines
381 B
JSON
Raw Normal View History

2024-06-22 20:55:31 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"version": "0.2.0",
2024-06-22 20:55:31 +08:00
"configurations": [
{
"type": "chrome",
"name": "vben admin antd dev",
2024-06-22 20:55:31 +08:00
"request": "launch",
"url": "http://localhost:5555",
"env": { "NODE_ENV": "development" },
"sourceMaps": true,
2024-06-22 20:55:31 +08:00
"webRoot": "${workspaceFolder}/apps/web-antd/src"
}
]
}