auth flow draft

This commit is contained in:
wass08
2026-02-10 15:58:34 +09:00
parent e8b2b5b2d1
commit c7e5aa48c6
13 changed files with 1070 additions and 1 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"dev": "next dev --port 3000",
"dev": "next dev --port 3002",
"build": "next build",
"start": "next start",
"lint": "biome lint",
@@ -29,6 +29,7 @@
"@repo/ui": "*",
"@tailwindcss/postcss": "^4.1.18",
"@types/three": "^0.182.0",
"better-auth": "^1.4.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",