Skip to content

Commit 40d3768

Browse files
Update open
1 parent b0a1c45 commit 40d3768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default defineConfig({
7878
hmr: {
7979
protocol: 'ws',
8080
},
81-
open: true,
81+
open: process?.env?.NODE_ENV === 'playground' ? playgroundUrl : true,
8282
},
8383
});
8484

0 commit comments

Comments
 (0)