Merge pull request #22 from BlackRoad-OS/codex/repair-json-across-repository
Normalize Next scripts for deployment
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"description": "Official documentation hub for BlackRoad OS",
|
"description": "Official documentation hub for BlackRoad OS",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev -p 3000",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start -p 8080",
|
"start": "next start -p $PORT",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user