feat(web): expose dev server to LAN for mock server testing

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
dailz
2026-04-17 13:23:55 +08:00
parent 9a04874847
commit 0c7a282386

View File

@@ -25,6 +25,7 @@ export default defineConfig({
},
},
server: {
host: '0.0.0.0',
port: 5173,
strictPort: true,
proxy: {