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",
"url": "http://localhost:3000/",
"webRoot": "${workspaceFolder}"
}
]
}