Files
bdrp-admin/.vscode/launch.json

16 lines
382 B
JSON
Raw Normal View History

2026-04-01 15:45:43 +08:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"name": "bdrp admin web dev",
"request": "launch",
"url": "http://localhost:5666",
"env": { "NODE_ENV": "development" },
"sourceMaps": true,
"webRoot": "${workspaceFolder}/apps/bdrp-admin-web"
}
]
}