Prep for prod

This commit is contained in:
Gabriel Brown 2024-09-17 13:22:35 -05:00
parent 458486bee9
commit b6b9aa753e

View File

@ -11,7 +11,8 @@
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
"start": "next start",
"go": "next start"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.0",