Files
AFFiNE-Mirror/.vscode/launch.template.json
T
2023-06-02 12:56:52 +08: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"
}
]
}