mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-06 19:02:33 +01:00
14 lines
257 B
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"
|
|
}
|
|
]
|
|
} |