save changes

This commit is contained in:
2025-09-15 07:39:50 +02:00
parent 0521b28626
commit b153826a0d
21 changed files with 4098 additions and 5 deletions

View File

@ -8,7 +8,8 @@
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"db:schema": "ts-node src/schema.ts",
"db:test": "ts-node src/testmysql.ts"
"db:test": "ts-node src/testmysql.ts",
"infinity:start": "ts-node src/infinityvideo_generator/start.ts"
},
"keywords": [],
"author": "",
@ -27,4 +28,4 @@
"puppeteer": "^24.16.2",
"uuid": "^11.1.0"
}
}
}