Skip to content

Commit 71deb29

Browse files
authored
chore: run vite on all network interfaces
the MicroVM env doesnt expose private `localhost` ports (yet)
1 parent d724ab0 commit 71deb29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ import tailwindcss from '@tailwindcss/vite'
44

55
// https://vite.dev/config/
66
export default defineConfig({
7+
server: { host: '0.0.0.0' },
78
plugins: [react(), tailwindcss()],
89
})

0 commit comments

Comments
 (0)