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
+2 -1
View File
@@ -10,7 +10,8 @@
"test": "vitest run",
"types": "wrangler types",
"db:local": "wrangler d1 migrations apply uptime --local",
"db:remote": "wrangler d1 migrations apply uptime --remote"
"db:remote": "wrangler d1 migrations apply uptime --remote",
"admin:create": "bun scripts/create-admin.ts"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.54.1",