We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da24c3 commit da0d093Copy full SHA for da0d093
vite.config.js
@@ -4,5 +4,8 @@ import svgr from '@honkhonk/vite-plugin-svgr'
4
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
- plugins: [svgr(),react()]
+ plugins: [svgr(),react()],
8
+ server: {
9
+ host: true
10
+ }
11
})
0 commit comments