ACTIVEPIECES/.vscode/launch.json
rohit cd823a2d9e
Some checks failed
Crowdin Action / synchronize-with-crowdin (push) Has been cancelled
Release Pieces / Release-Pieces (push) Has been cancelled
automaton layer
2025-07-05 23:59:03 +05:30

20 lines
498 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "backend",
"port": 9229,
"request": "attach",
"skipFiles": [
"<node_internals>/**",
"**/node_modules/**"
],
"type": "node",
"localRoot": "${workspaceFolder}/packages/server/api",
"remoteRoot": "/usr/src/app",
"restart": true,
"autoAttachChildProcesses": false
}
]
}