Merge pull request #33 from BlackRoad-OS/codex/fix-railway-deployment-issues-in-pr-#31

This commit is contained in:
Alexa Amundson
2025-11-21 19:50:13 -06:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start -H 0.0.0.0 -p 8080", "start": "next start -H 0.0.0.0 -p ${PORT:-8080}",
"lint": "next lint" "lint": "next lint"
}, },
"engines": { "engines": {