AFFiNE/.vscode/launch.json

12 lines
179 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
{
"command": "pnpm run dev",
"name": "Run Dev",
"request": "launch",
"type": "node-terminal"
}
]
}