Description
The vite.config.ts file hardcodes HMR host and port values, which breaks hot module reloading in development when the network configuration is different from localhost or when behind a proxy.
Expected Behavior
HMR configuration should be flexible and work with different network setups.
Root Cause
Hardcoded HMR values don't account for all development environments.
Checklist
@NexGenStudioDev Could you please /assign this issue to me? I would like to make Vite HMR configuration more flexible under NSOC '26.
/assign
Description
The vite.config.ts file hardcodes HMR host and port values, which breaks hot module reloading in development when the network configuration is different from localhost or when behind a proxy.
Expected Behavior
HMR configuration should be flexible and work with different network setups.
Root Cause
Hardcoded HMR values don't account for all development environments.
Checklist
@NexGenStudioDev Could you please /assign this issue to me? I would like to make Vite HMR configuration more flexible under NSOC '26.
/assign