We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vite
1 parent d724ab0 commit 71deb29Copy full SHA for 71deb29
1 file changed
vite.config.ts
@@ -4,5 +4,6 @@ import tailwindcss from '@tailwindcss/vite'
4
5
// https://vite.dev/config/
6
export default defineConfig({
7
+ server: { host: '0.0.0.0' },
8
plugins: [react(), tailwindcss()],
9
})
0 commit comments