123456789101112131415 |
- {
- "$schema": "https://json.schemastore.org/launchsettings.json",
- "version": "0.2.0",
- "configurations": [
- {
- "type": "chrome",
- "name": "vben admin antd dev",
- "request": "launch",
- "url": "http://localhost:5555",
- "env": { "NODE_ENV": "development" },
- "sourceMaps": true,
- "webRoot": "${workspaceFolder}/apps/web-antd/src"
- }
- ]
- }
|