mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 12:05:01 +00:00
23 lines
629 B
JSON
23 lines
629 B
JSON
![]() |
{
|
||
|
// Use IntelliSense to learn about possible attributes.
|
||
|
// Hover to view descriptions of existing attributes.
|
||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "node",
|
||
|
"type": "node",
|
||
|
"request": "launch",
|
||
|
"args": ["./src/index.ts"],
|
||
|
"runtimeArgs": ["--loader", "@swc-node/register/esm"],
|
||
|
"cwd": "${workspaceRoot}",
|
||
|
"protocol": "inspector",
|
||
|
"internalConsoleOptions": "openOnSessionStart",
|
||
|
"outputCapture": "std",
|
||
|
"env": {
|
||
|
"DEBUG": "nsite,nsite:*"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|