feat: auth

This commit is contained in:
2026-01-10 02:53:53 -08:00
parent f8eef78261
commit ea59c45a76
7 changed files with 121 additions and 19 deletions

View File

@@ -4,7 +4,9 @@
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "bun scripts/watch-openapi.ts & vite",
"dev:vite": "vite",
"dev:watch": "bun scripts/watch-openapi.ts",
"build": "tsc && vite build",
"preview": "vite preview",
"test.e2e": "cypress run",