Skip to content

fix: respect launch frontend port#90

Merged
myeolinmalchi merged 1 commit into
mainfrom
fix/launch-port
Jun 9, 2026
Merged

fix: respect launch frontend port#90
myeolinmalchi merged 1 commit into
mainfrom
fix/launch-port

Conversation

@myeolinmalchi

Copy link
Copy Markdown
Collaborator

Summary

  • Parse the port from the configured Frontend URL during launch setup
  • Pass that port to pnpm dev / pnpm start so Next listens on the selected port
  • Propagate PORT to background self-hosted starts and tighten URL validation

Verification

  • pnpm format:check
  • pnpm lint
  • cd frontend && pnpm exec tsc --noEmit --pretty false
  • cd frontend && pnpm dev -p 3199 (confirmed Next starts on http://localhost:3199)
  • pnpm exec tsx scripts/setup.ts (verified setup prompt starts)

@myeolinmalchi myeolinmalchi self-assigned this Jun 9, 2026
@myeolinmalchi myeolinmalchi added the bug Something isn't working label Jun 9, 2026
@myeolinmalchi myeolinmalchi merged commit 355d4e3 into main Jun 9, 2026
4 checks passed
@myeolinmalchi myeolinmalchi deleted the fix/launch-port branch June 9, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant