Skip to content

Commit 7574a59

Browse files
committed
feat: add vscode debug config
1 parent 65ba45f commit 7574a59

File tree

5 files changed

+3452
-150
lines changed

5 files changed

+3452
-150
lines changed

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"configurations": [
3+
{
4+
"type": "chrome", // chrome、edge
5+
"name": "vben admin pro dev", // 调试的名称,可以自定义
6+
"request": "launch",
7+
"url": "http://localhost:5173",
8+
"webRoot": "${workspaceFolder}/apps/web-antd/src"
9+
}
10+
]
11+
}

internal/lint-configs/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-config-prettier": "^9.1.0",
3939
"eslint-plugin-eslint-comments": "^3.2.0",
4040
"eslint-plugin-i": "^2.29.1",
41-
"eslint-plugin-jsdoc": "^48.2.12",
41+
"eslint-plugin-jsdoc": "^48.2.13",
4242
"eslint-plugin-jsonc": "^2.16.0",
4343
"eslint-plugin-n": "^17.9.0",
4444
"eslint-plugin-no-only-tests": "^3.1.0",

internal/vite-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"resolve.exports": "^2.0.2",
3535
"vite-plugin-lib-inject-css": "^2.1.1",
3636
"vite-plugin-pwa": "^0.20.0",
37-
"vite-plugin-vue-devtools": "^7.3.2"
37+
"vite-plugin-vue-devtools": "^7.3.3"
3838
},
3939
"devDependencies": {
4040
"@types/html-minifier-terser": "^7.0.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@changesets/cli": "^2.27.5",
5252
"@ls-lint/ls-lint": "^2.2.3",
5353
"@types/jsdom": "^21.1.7",
54-
"@types/node": "^20.14.7",
54+
"@types/node": "^20.14.8",
5555
"@vben/commitlint-config": "workspace:*",
5656
"@vben/eslint-config": "workspace:*",
5757
"@vben/lint-staged-config": "workspace:*",

0 commit comments

Comments
 (0)