diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0cf9415..7428668 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "next build", "dev": "next dev", - "start": "NODE_ENV=production next start", + "start": "NODE_ENV=production next start -p 6360", "lint": "next lint" }, "dependencies": { |