Merge pull request #22 from BlackRoad-OS/codex/repair-json-across-repository

Normalize Next scripts for deployment
This commit is contained in:
Alexa Amundson
2025-11-20 21:55:06 -06:00
committed by GitHub

View File

@@ -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": {