Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: Update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nonoakij committed May 22, 2024
1 parent aaa245f commit 896b537
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version": "0.2.0",
"configurations": [
{
"command": "./docs/node_modules/.bin/astro dev --root ./docs",
"name": "docs: start development server",
"command": "./docs/node_modules/.bin/astro dev --root ./docs",
"request": "launch",
"type": "node-terminal"
},
Expand All @@ -20,6 +20,16 @@
"port": 3002,
"type": "node",
"cwd": "${workspaceFolder}/apps/workspace"
},
{
"name": "backend: attach debugger",
"type": "node",
"request": "attach",
"port": 8001,
"cwd": "${workspaceFolder}/backend/src",
"resolveSourceMapLocations": null,
"attachExistingChildren": false,
"autoAttachChildProcesses": false
}
]
}

0 comments on commit 896b537

Please sign in to comment.