2023-07-28 22:05:26 +09:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Vite Debugger",
|
|
|
|
"type": "chrome",
|
|
|
|
"request": "launch",
|
2023-08-08 18:24:15 +09:00
|
|
|
"url": "http://localhost:5173/",
|
2023-07-28 22:05:26 +09:00
|
|
|
"webRoot": "${workspaceFolder}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|