mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
chore: update start command for render deployment
This commit is contained in:
parent
c573e15ac2
commit
201c0ac22a
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start -p $PORT",
|
||||
"lint": "next lint",
|
||||
"db-studio": "prisma db studio",
|
||||
"stripe:listen": "stripe listen --forward-to localhost:3000/api/stripe/webhook"
|
||||
|
|
|
|||
Loading…
Reference in a new issue