AFFiNE/.vscode/launch.json
2023-03-20 02:05:02 -05:00

12 lines
179 B
JSON

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