brainatlas.brain.riken.jp/.vscode/launch.json

13 lines
223 B
JSON
Raw Normal View History

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}"
}
]
}