mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 20:23:36 +00:00
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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user