ludu-admin-vue3/.vscode/launch.json
dhb52 47f3736904 feat: 添加launch.json,修改.env.front配合debug
(cherry picked from commit b9b8e99149b8978ab043934daf00202019d0aeac)
2023-06-13 12:15:57 +08:00

17 lines
463 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "msedge",
"request": "launch",
"name": "Launch Edge against localhost",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}/src",
"sourceMaps": true
}
]
}