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.
2 parents fb8cac3 + 40d3768 commit 72b25a8Copy full SHA for 72b25a8
vite.config.mts
@@ -78,7 +78,7 @@ export default defineConfig({
78
hmr: {
79
protocol: 'ws',
80
},
81
- open: true,
+ open: process?.env?.NODE_ENV === 'playground' ? playgroundUrl : true,
82
83
});
84
0 commit comments