Skip to content

fix: respect platform port in web start#2004

Open
Ceyvion wants to merge 1 commit into
SecureBananaLabs:mainfrom
Ceyvion:fix/web-start-port-2000
Open

fix: respect platform port in web start#2004
Ceyvion wants to merge 1 commit into
SecureBananaLabs:mainfrom
Ceyvion:fix/web-start-port-2000

Conversation

@Ceyvion
Copy link
Copy Markdown

@Ceyvion Ceyvion commented May 30, 2026

Closes #2000
/claim #743

Summary

  • replace the hardcoded next start -p 3000 web start command with a small Node wrapper
  • resolve the production start port from PORT, falling back to 3000 for local runs
  • add a Node regression test for port resolution

Verification

  • node --test apps/web/scripts/port.test.mjs
  • node --check apps/web/scripts/start.mjs && node --check apps/web/scripts/port.mjs
  • npm pkg get scripts.start -w apps/web

Note

  • npm run build -w apps/web currently fails on an unrelated existing Next page type issue in app/freelancers/[username]/page.tsx; no build-generated files are included in this PR.

github-actions Bot added a commit that referenced this pull request May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web start script should respect platform PORT

1 participant