fix(partial): get dev env working (#7356)

part of #7355
This commit is contained in:
Aaron Heckmann 2025-07-08 01:03:12 -07:00 committed by GitHub
parent ab79a5da10
commit c0f986cf95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 6 deletions

View file

@ -5,8 +5,7 @@
"license": "AGPL-3.0",
"private": true,
"scripts": {
"dev": "turbo run develop",
"develop": "next dev --port 3001",
"dev": "next dev --port 3001",
"build": "next build",
"preview": "next build && next start",
"start": "next start",