feat: add sign in feature

This commit is contained in:
2026-08-27 20:29:23 +07:00
parent 0ff553bf27
commit 3a497fd539
24 changed files with 1109 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from "drizzle-kit";
export default defineConfig({
dialect: "sqlite",
schema: "./src/worker/db/schema.ts",
out: "./migrations",
});