dont even know if I changed anything

This commit is contained in:
2024-10-22 16:38:45 -05:00
parent fc8f26dd0b
commit 2c2cb819e1
12 changed files with 202 additions and 39 deletions

View File

@@ -12,8 +12,8 @@
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"go": "pnpm dev",
"go:prod": "pnpm build && pnpm start"
"go": "next dev",
"go:prod": "next build && next start"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.10.1",