Skip to content

Commit f66f7c4

Browse files
committed
Set preview port
Signed-off-by: Michael Weimann <[email protected]>
1 parent 1d016bb commit f66f7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-widget-mui/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default defineConfig({
5656
strictPort: true,
5757
},
5858
preview: {
59-
port,
59+
port: port - 1000,
6060
strictPort: true,
6161
},
6262
plugins,

0 commit comments

Comments
 (0)