logging#19, max 5MB#18,addinsert/update#14,drizzle

This commit is contained in:
Your Name
2025-01-30 16:16:20 +01:00
parent 9f25253ade
commit 5707d1bb1f
22 changed files with 1073 additions and 100 deletions

13
.vscode/launch.json vendored
View File

@@ -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>/**"]
}
]
}