-
Notifications
You must be signed in to change notification settings - Fork 0
Make server port configurable #23
Copy link
Copy link
Open
Labels
agent:workerReady for an implementation worker.Ready for an implementation worker.area:backendBackend, CLI, and core workflow implementation.Backend, CLI, and core workflow implementation.priority:p2Medium priority work.Medium priority work.status:readyReady to start.Ready to start.type:taskConcrete implementation task.Concrete implementation task.
Description
Metadata
Metadata
Assignees
Labels
agent:workerReady for an implementation worker.Ready for an implementation worker.area:backendBackend, CLI, and core workflow implementation.Backend, CLI, and core workflow implementation.priority:p2Medium priority work.Medium priority work.status:readyReady to start.Ready to start.type:taskConcrete implementation task.Concrete implementation task.
Goal
Honor
PORTfor the Hono server without breaking Vite proxy, Docker, or CLI expectations.Derived from #14 Phase 6 dirty branch handoff.
Scope
src/server/index.ts.Out of Scope
Acceptance Criteria
Functional:
PORTwhen set.PORTis unset.Code/product quality:
Verification
PORT=3002 ./node_modules/.bin/tsx src/server/index.tssmoke test if OpenCode/env is available, or a focused config/unit test if not../node_modules/.bin/tsc -p tsconfig.json --noEmit.git diff --check.Expected Delivery