feat: add vscode debug config

This commit is contained in:
vben 2024-06-22 20:55:31 +08:00
parent 65ba45fdc0
commit 7574a5914c
5 changed files with 3451 additions and 149 deletions

11
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,11 @@
{
"configurations": [
{
"type": "chrome", // chromeedge
"name": "vben admin pro dev", //
"request": "launch",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}/apps/web-antd/src"
}
]
}

View File

@ -38,7 +38,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-i": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-jsdoc": "^48.2.13",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-no-only-tests": "^3.1.0",

View File

@ -34,7 +34,7 @@
"resolve.exports": "^2.0.2",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.3.2"
"vite-plugin-vue-devtools": "^7.3.3"
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.2",

View File

@ -51,7 +51,7 @@
"@changesets/cli": "^2.27.5",
"@ls-lint/ls-lint": "^2.2.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.7",
"@types/node": "^20.14.8",
"@vben/commitlint-config": "workspace:*",
"@vben/eslint-config": "workspace:*",
"@vben/lint-staged-config": "workspace:*",

File diff suppressed because it is too large Load Diff