feat: expose host
This commit is contained in:
@ -17,6 +17,7 @@ export default defineConfig(({ mode }) => ({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
allowedHosts: true,
|
allowedHosts: true,
|
||||||
|
host: "0.0.0.0",
|
||||||
}
|
}
|
||||||
: undefined,
|
: undefined,
|
||||||
build: {
|
build: {
|
||||||
|
Reference in New Issue
Block a user