community feature

This commit is contained in:
wass08
2026-02-11 15:23:18 +09:00
parent 4f9c4655e6
commit 2e8b663001
71 changed files with 1917 additions and 126 deletions
+6 -1
View File
@@ -10,7 +10,11 @@
"format:check": "biome format",
"check": "biome check",
"check:fix": "biome check --write",
"check-types": "turbo run check-types"
"check-types": "turbo run check-types",
"db:start": "cd packages/db && supabase start",
"db:stop": "cd packages/db && supabase stop",
"db:reset": "cd packages/db && supabase db reset",
"db:status": "cd packages/db && supabase status"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
@@ -22,6 +26,7 @@
},
"devDependencies": {
"@biomejs/biome": "^2.3.13",
"supabase": "2.75.3",
"turbo": "^2.8.1",
"typescript": "5.9.2",
"ultracite": "^7.1.1"