enable debug
This commit is contained in:
parent
e419cd811c
commit
9ca79ed336
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal 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",
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -13,7 +13,8 @@
|
||||
"noEmitOnError": true,
|
||||
"noImplicitThis": true,
|
||||
"outDir": "dist",
|
||||
"rootDir": "."
|
||||
"rootDir": ".",
|
||||
"sourceMap": true,
|
||||
},
|
||||
"include": [
|
||||
// Include root files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user