2023-03-04 20:48:29 +03:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Run Dev",
|
2023-08-29 13:07:05 +03:00
|
|
|
"type": "node-terminal",
|
2023-03-04 20:48:29 +03:00
|
|
|
"request": "launch",
|
2023-08-29 13:07:05 +03:00
|
|
|
"command": "yarn run dev"
|
2023-05-22 15:18:43 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Run Dev Locally",
|
2023-08-29 13:07:05 +03:00
|
|
|
"type": "node-terminal",
|
2023-05-22 15:18:43 +03:00
|
|
|
"request": "launch",
|
2023-08-29 13:07:05 +03:00
|
|
|
"command": "yarn run dev:local"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Launch AFFiNE Cloud",
|
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
|
|
|
"runtimeExecutable": "yarn",
|
|
|
|
"cwd": "${workspaceFolder}",
|
|
|
|
"runtimeArgs": ["workspace", "@affine/server", "dev"]
|
2023-03-04 20:48:29 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|