mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Expose host
This commit is contained in:
parent
6a5c78f501
commit
e00f5e8f65
1 changed files with 3 additions and 0 deletions
|
@ -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