fix errors

This commit is contained in:
2024-10-18 16:53:03 -05:00
parent 69a6bb656e
commit 439b285126
6 changed files with 41 additions and 16 deletions

View File

@@ -11,7 +11,9 @@
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
"start": "next start",
"go": "pnpm dev",
"go:prod": "pnpm build && pnpm start"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.10.1",