1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00
server/slowcord/.vscode/launch.json

14 lines
257 B
JSON

{
"configurations": [
{
"name": "Launch Program",
"program": "${workspaceFolder}/build/index.js",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"preLaunchTask": "tsc: build - tsconfig.json"
}
]
}