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: {
host: true,
port: 5173,
allowedHosts,
},
preview: {
host: true,
port: 5263,
allowedHosts: allowedHosts,
allowedHosts,
},
build: {