feat(backend): Express-Server liefert statisch + /api/health

This commit is contained in:
Kenearos 2026-07-07 15:40:06 +02:00
parent 4eed9d0c4c
commit 3b0632c4b9
4 changed files with 58 additions and 9 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "dienstplan-pro",
"version": "1.0.0",
"private": true,
"type": "commonjs",
"scripts": {
"start": "node server/index.js",
"test": "node --test"
},
"dependencies": {
"better-sqlite3": "^11.3.0",
"express": "^4.21.0"
}
}