enable debug

This commit is contained in:
vchikalkin 2025-06-11 15:28:58 +03:00
parent e419cd811c
commit 9ca79ed336
2 changed files with 17 additions and 1 deletions

15
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "npm run develop",
"name": "Run npm develop",
"request": "launch",
"type": "node-terminal",
"env": {
"DATABASE_SSL": "false",
"NODE_ENV": "development",
}
}
]
}

View File

@ -13,7 +13,8 @@
"noEmitOnError": true,
"noImplicitThis": true,
"outDir": "dist",
"rootDir": "."
"rootDir": ".",
"sourceMap": true,
},
"include": [
// Include root files