fix hosts
This commit is contained in:
parent
a5fb2c1f20
commit
f5456d2866
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue