alles auf Module (import) umgeschrieben

This commit is contained in:
rxf
2026-01-16 16:24:41 +01:00
parent ec953b0ae6
commit 72c806be24
9 changed files with 179 additions and 39 deletions

3
.vscode/launch.json vendored
View File

@@ -13,7 +13,8 @@
],
"program": "${workspaceFolder}/bin/www",
"env": {
"MONGOPORT": "27017"
"MONGOPORT": "27017",
"DEBUG":"spritzschema:server"
}
}
]