AFFiNE/.vscode/launch.json

12 lines
179 B
JSON
Raw Normal View History

{
"version": "0.2.0",
"configurations": [
{
2023-03-20 10:05:02 +03:00
"command": "yarn run dev",
"name": "Run Dev",
"request": "launch",
"type": "node-terminal"
}
]
}