feat: migrate from SQLite to PostgreSQL and update database handling

This commit is contained in:
MythEclipse
2026-05-21 15:11:32 +07:00
parent 4a47855ad4
commit bfa91063ff
24 changed files with 252 additions and 181 deletions
-1
View File
@@ -9,6 +9,5 @@ COPY tsconfig.json ./
COPY src ./src
ENV NODE_ENV=production
ENV DATABASE_URL=file:/app/data/booster-role.sqlite
CMD ["bun", "run", "src/index.ts"]