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 0f23ec7 commit 9c8a7f8Copy full SHA for 9c8a7f8
vite.config.js
@@ -7,6 +7,7 @@ dotenv.config();
7
export default defineConfig({
8
plugins: [react()],
9
server: {
10
+ host: '0.0.0.0',
11
port: 3000
12
},
13
define: {
0 commit comments