community feature
This commit is contained in:
+6
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user