Expose host
This commit is contained in:
parent
6a5c78f501
commit
e00f5e8f65
|
@ -27,6 +27,9 @@ export default defineConfig({
|
|||
__BUILD_TIME__: JSON.stringify(now),
|
||||
__COMMIT_HASH__: JSON.stringify(commitHash),
|
||||
},
|
||||
server: {
|
||||
host: true,
|
||||
},
|
||||
plugins: [
|
||||
preact(),
|
||||
splitVendorChunkPlugin(),
|
||||
|
|
Loading…
Reference in a new issue