mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-02 18:28:40 +08:00
4e8ac0ec4c
* feat: 格式化代码 * feat: 修改 gitlinter.yml node 版本配置 * feat: 补充格式化代码 --------- Co-authored-by: fuwedong <fuwendong5@outlook.com>
14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"name": "Launch Chrome",
|
|
"url": "http://localhost:3100",
|
|
"webRoot": "${workspaceFolder}/src",
|
|
"sourceMaps": true
|
|
}
|
|
]
|
|
}
|