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 d69f8c1 commit 5a1b94bCopy full SHA for 5a1b94b
vite.config.js
@@ -24,4 +24,7 @@ export default defineConfig({
24
css: {
25
devSourcemap: true,
26
},
27
+ server: {
28
+ host: "127.0.0.1",
29
+ },
30
});
0 commit comments