mirror of
https://github.com/Nezumi-2711/uptime-monitoring.git
synced 2026-09-22 13:48:31 +00:00
feat: add sign in feature
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user