Merge pull request #537 from AutoMaker-Org/claude/issue-536-20260117-0132

feat: add configurable host binding for server and Vite dev server
This commit is contained in:
Web Dev Cody
2026-01-16 21:22:34 -05:00
committed by GitHub
5 changed files with 25 additions and 15 deletions

View File

@@ -65,6 +65,7 @@ export default defineConfig(({ command }) => {
},
},
server: {
host: process.env.HOST || '0.0.0.0',
port: parseInt(process.env.TEST_PORT || '3007', 10),
},
build: {