Merge branch 'main' of ssh://tsschulz.de:2222/torsten/yourpart3

This commit is contained in:
Torsten Schulz (local)
2025-12-20 10:54:58 +01:00
3 changed files with 141 additions and 1318 deletions

1449
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@
"devDependencies": {
"concurrently": "^7.0.0",
"nodemon": "^3.1.10",
"npm-run-all": "^4.1.5"
"npm-run-all2": "^5.0.0"
},
"dependencies": {
"cors": "^2.8.5",

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}