We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b71f0 commit 134795dCopy full SHA for 134795d
vite.config.js
@@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react-swc'
4
export default defineConfig({
5
plugins: [react()],
6
server: {
7
+ host: '0.0.0.0',
8
port: 8080
9
},
10
test: {
0 commit comments