Files
AFFiNE-Mirror/.vscode/launch.template.json
2023-05-22 12:18:43 +00:00

18 lines
321 B
JSON

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