logging#19, max 5MB#18,addinsert/update#14,drizzle
This commit is contained in:
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
@@ -1,13 +1,14 @@
|
||||
{
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "ng serve",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "npm: start",
|
||||
"url": "http://localhost:4200/"
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"name": "Attach to Nx Serve",
|
||||
"port": 9229,
|
||||
"sourceMaps": true,
|
||||
"outFiles": ["${workspaceFolder}/dist/api/**/*.js"],
|
||||
"skipFiles": ["<node_internals>/**"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user