Skip to content

Commit f34b552

Browse files
authored
fix(vite.config): remove unused saas.html input from Rollup configuration (#3885)
1 parent c29f2bd commit f34b552

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/sites/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ export default defineConfig((config) => {
9191
rollupOptions: {
9292
input: {
9393
index: path.resolve(__dirname, './index.html'),
94-
playground: path.resolve(__dirname, './playground.html'),
95-
saas: path.resolve(__dirname, './saas.html')
94+
playground: path.resolve(__dirname, './playground.html')
9695
}
9796
}
9897
},

0 commit comments

Comments
 (0)