Skip to content

Commit e87f80b

Browse files
authored
doc: start-up site show network (#4741)
1 parent 9536fdd commit e87f80b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/vite.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export default {
1616
'ant-design-vue': path.resolve(__dirname, '../components'),
1717
},
1818
},
19+
server: {
20+
host: true,
21+
},
1922
plugins: [
2023
vueJsx({
2124
// options are passed on to @vue/babel-plugin-jsx

0 commit comments

Comments
 (0)