We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4300164 commit 9a980eaCopy full SHA for 9a980ea
1 file changed
vite.config.ts
@@ -50,4 +50,9 @@ export default defineConfig(({ mode }) => ({
50
},
51
],
52
assetsInclude: ["/sb-preview/runtime.js"],
53
+ server: {
54
+ port: 5173,
55
+ host: "127.0.0.1",
56
+ strictPort: true,
57
+ },
58
}));
0 commit comments