mirror of
https://github.com/KwiTsukasa/kt-template-admin.git
synced 2026-05-27 16:35:47 +08:00
16 lines
387 B
JSON
16 lines
387 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"name": "kt admin antdv-next dev",
|
|
"request": "launch",
|
|
"url": "http://localhost:5999",
|
|
"env": { "NODE_ENV": "development" },
|
|
"sourceMaps": true,
|
|
"webRoot": "${workspaceFolder}/apps/web-antdv-next"
|
|
}
|
|
]
|
|
}
|