fix hosts
This commit is contained in:
parent
a5fb2c1f20
commit
f5456d2866
|
|
@ -7,6 +7,12 @@ export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
host: true,
|
host: true,
|
||||||
port: 5173,
|
port: 5173,
|
||||||
|
allowedHosts: [
|
||||||
|
'itcloud.itqop.dev',
|
||||||
|
'localhost',
|
||||||
|
'127.0.0.1',
|
||||||
|
'192.168.1.8', // твой LAN-IP
|
||||||
|
],
|
||||||
},
|
},
|
||||||
build: {
|
build: {
|
||||||
outDir: '../static',
|
outDir: '../static',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue