added script to reset and seed database (thanks opencode)

This commit is contained in:
2026-05-06 15:47:20 +01:00
parent 3f6e8073e9
commit 16acfd2b05
10 changed files with 896 additions and 27 deletions

View File

@@ -5,6 +5,7 @@
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"types": ["bun"],
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,