Skip to content

Commit

Permalink
fix: Package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matthe815 committed Aug 4, 2024
1 parent 6d9b2ac commit 0cd6ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dev:db-validate": "dotenv -e .env.development.local prisma validate",
"prod:migrate": "dotenv -e .env.production.local prisma migrate deploy",
"prod:build": "next build",
"prod:start": "next start",
"prod:start": "next start --port 42069",
"global:check-dependencies": "npm-check --skip-unused"
},
"devDependencies": {
Expand Down

0 comments on commit 0cd6ecc

Please sign in to comment.