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 b0a1c45 commit 40d3768Copy full SHA for 40d3768
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