{ "version": "0.2.0", "configurations": [ { "name": "Launch AFFiNE Cloud", "type": "node", "request": "launch", "runtimeExecutable": "yarn", "cwd": "${workspaceFolder}", "runtimeArgs": ["affine", "@affine/server", "dev"] }, { "name": "Lanuch AFFiNE Web", "type": "node", "request": "launch", "runtimeExecutable": "yarn", "cwd": "${workspaceFolder}", "runtimeArgs": ["affine", "@affine/web", "dev"] } ] }