Merge branch 'main' of ssh://tsschulz.de:/home/git/trainingstagebuch

This commit is contained in:
Torsten Schulz (server)
2025-09-01 07:38:48 +00:00
8 changed files with 179 additions and 7 deletions

View File

@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"postinstall": "cd ../frontend && npm install && npm run build",
"dev": "nodemon server.js"
"dev": "nodemon server.js",
"cleanup:usertoken": "node ./scripts/cleanupUserTokenKeys.js"
},
"keywords": [],
"author": "",