fix hosts

This commit is contained in:
itqop 2025-12-30 19:04:06 +03:00
parent a5fb2c1f20
commit f5456d2866
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ export default defineConfig({
server: {
host: true,
port: 5173,
allowedHosts: [
'itcloud.itqop.dev',
'localhost',
'127.0.0.1',
'192.168.1.8', // твой LAN-IP
],
},
build: {
outDir: '../static',