changed some turbo

This commit is contained in:
PxlLoewe
2025-02-25 22:19:02 +01:00
parent 995658e9d3
commit 4c35257cf0
4 changed files with 27 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"dev": "turbo run db:migrate && turbo dev",
"migrate": "turbo db:migrate",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""