refactor: update README and Dockerfile, add drizzle migrations and instrumentation

This commit is contained in:
averel10
2026-03-13 07:50:14 +01:00
parent 499afaefa6
commit b9f6836f1a
8 changed files with 135 additions and 72 deletions

View File

@@ -21,13 +21,13 @@
"extract-zip": "^2.0.1",
"next": "16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.1"
"tailwindcss": "^4.2.1",
"drizzle-kit": "^0.31.9"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20",
"@types/react": "^19",
"drizzle-kit": "^0.31.9",
"typescript": "^5"
}
}