feat: expose host

This commit is contained in:
2025-05-24 20:58:09 +02:00
parent d423d9ba62
commit 65545a0d71

View File

@ -17,6 +17,7 @@ export default defineConfig(({ mode }) => ({
},
},
allowedHosts: true,
host: "0.0.0.0",
}
: undefined,
build: {