allow host

This commit is contained in:
Samandar Turgunboyev
2025-11-10 13:03:35 +05:00
parent e7e5940d24
commit adb02a820a

View File

@@ -22,11 +22,12 @@ export default defineConfig({
server: { server: {
host: true, host: true,
port: 5173, port: 5173,
allowedHosts,
}, },
preview: { preview: {
host: true, host: true,
port: 5263, port: 5263,
allowedHosts: allowedHosts, allowedHosts,
}, },
build: { build: {