Update layout

This commit is contained in:
2026-07-17 20:23:52 +02:00
parent 74284ada97
commit b0e873c4c7
8 changed files with 307 additions and 34 deletions
+1
View File
@@ -4,6 +4,7 @@
"description": "",
"main": "server.js",
"scripts": {
"prestart": "test -d node_modules || npm install",
"start": "node --env-file-if-exists=.env server.js",
"test": "node test_days.js"
},