Skip to content

Commit 4a7ce40

Browse files
authored
feat: add saas.html entry to Vite configuration (#3855)
1 parent bb8ccfd commit 4a7ce40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/sites/vite.config.ts

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

0 commit comments

Comments
 (0)