Commit Graph

19 Commits

Author SHA1 Message Date
ec3cbe7a19 update README.md 2026-02-12 14:45:38 +08:00
c07daa6e86 remove pnpm-workspace.yaml 2026-02-07 17:06:00 +08:00
6f0765d187 add pnpm-workspace.yaml 2026-02-07 16:43:50 +08:00
ea876a76be update package.json 2026-02-07 16:32:30 +08:00
cd9e5f5860 chore: add .env.example with required configuration templates 2026-02-07 03:49:13 +08:00
e8a8ad389c chore(deps): add zod and nestjs-zod for schema validation 2026-02-07 03:43:59 +08:00
0bf46e887d refactor(db): switch Prisma adapter from libsql to better-sqlite3 2026-02-07 03:26:59 +08:00
86e41b479d chore(deps): upgrade Prisma from v6 to v7 2026-02-07 03:02:05 +08:00
2dc6bf16ec refactor: migrate database layer to Prisma ORM 2026-02-07 02:26:00 +08:00
1eb8abb447 refactor: migrate backend framework from Express to NestJS 2026-02-07 01:45:53 +08:00
2c006c3330 fix: resolve 'Invalid Date' issue for user creation time 2026-02-06 17:31:42 +08:00
1b102ddde1 fix: correct database query logic in serials.ts 2026-02-06 16:09:52 +08:00
28543f5979 fix: auto-create database directory using fs and path 2026-02-06 15:22:15 +08:00
c6fc32818e fix: use process.cwd() for database path to fix production crash 2026-02-06 15:16:04 +08:00
d36f4c5b20 fix: add missing qrcode dependency and sync build configuration 2026-02-06 15:08:55 +08:00
a56c8c40b8 chore: add .npmrc 2026-02-06 15:04:49 +08:00
2faae0dfd4 fix: repair broken JSON syntax in package.json 2026-02-06 14:51:18 +08:00
a80c479027 refactor: migrate entire project to TypeScript 2026-02-06 14:44:14 +08:00
e98dbcb0f4 Initial commit 2026-02-06 14:29:29 +08:00