mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-03 10:58:43 +08:00
626c54504e
* chore: update deps * fix: eslint * chore: update deps * chore: stylelint v16 * fix: stylelint * fix: typecheck * chore: node v18.12.0 * fix: type * fix: style * chore: up vue 3.4.3 * chore: prettier format --------- Co-authored-by: invalid w <wangjuesix@gmail.com>
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome",
|
|
"url": "http://localhost:3100",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"sourceMaps": true
|
|
}
|
|
]
|
|
} |