Merge pull request #7 from BlackRoad-OS/codex/repair-json-across-repository
Align npm scripts with standard Next defaults
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
"description": "Admin console for deployments, observability, environments, and system control.",
|
"description": "Admin console for deployments, observability, environments, and system control.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev -p 3000",
|
||||||
"build": "SKIP_ENV_VALIDATION=true next build",
|
"build": "next build",
|
||||||
"start": "next start -p 8080",
|
"start": "next start -p $PORT",
|
||||||
"lint": "eslint . --ext .ts,.tsx"
|
"lint": "eslint . --ext .ts,.tsx"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user