Skip to content

Commit

Permalink
initial deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
martyn committed Oct 31, 2024
1 parent 82aa577 commit 16c78a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next start -p 8254",
"test": "ava",
"migrate": "npx prisma migrate deploy",
"lint": "next lint"
},
"dependencies": {
Expand Down

0 comments on commit 16c78a9

Please sign in to comment.