1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-04-29 03:42:07 +03:00

Expose host

This commit is contained in:
Lim Chee Aun 2023-04-06 16:15:19 +08:00
parent 6a5c78f501
commit e00f5e8f65

View file

@ -27,6 +27,9 @@ export default defineConfig({
__BUILD_TIME__: JSON.stringify(now),
__COMMIT_HASH__: JSON.stringify(commitHash),
},
server: {
host: true,
},
plugins: [
preact(),
splitVendorChunkPlugin(),