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 c29f2bd commit f34b552Copy full SHA for f34b552
examples/sites/vite.config.ts
@@ -91,8 +91,7 @@ export default defineConfig((config) => {
91
rollupOptions: {
92
input: {
93
index: path.resolve(__dirname, './index.html'),
94
- playground: path.resolve(__dirname, './playground.html'),
95
- saas: path.resolve(__dirname, './saas.html')
+ playground: path.resolve(__dirname, './playground.html')
96
}
97
98
},
0 commit comments