Move admin auth local

This commit is contained in:
john
2026-06-20 16:52:13 +08:00
parent 7a5b9cc912
commit a2333f991b
8 changed files with 508 additions and 39 deletions
+1
View File
@@ -7,6 +7,7 @@
"dev": "node scripts/dev.mjs",
"dev:web": "vite",
"dev:server": "node server/index.mjs",
"admin:init": "node scripts/init-admin.mjs",
"build": "vite build",
"preview": "node scripts/preview.mjs",
"dev:preview": "vite preview"