Umbau auf postgres 2. step

This commit is contained in:
2024-04-22 22:26:44 +02:00
parent c90d6b72b7
commit 7f0f21b598
77 changed files with 3325 additions and 3066 deletions

View File

@@ -41,5 +41,21 @@
"${workspaceFolder}/**/*.js"
]
},
{
"type": "node",
"request": "launch",
"name": "generateTypes",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}/generateTypes.js",
"outFiles": [
"${workspaceFolder}/**/*.js"
],
"args": [
"--sourcefile","schema.ts",
"--outfile", "model.ts",
],
},
]
}