This commit is contained in:
Andras Bacsai
2025-10-06 21:23:42 +02:00
parent 3d9050af4e
commit f668152143

View File

@@ -5,6 +5,7 @@
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"start": "turbo run t3#db:push && turbo run t3#start",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"check-types": "turbo run check-types"
},
@@ -21,4 +22,4 @@
"apps/*",
"packages/*"
]
}
}