Skip to content

Commit

Permalink
MPA
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 21, 2024
1 parent f1c8889 commit 8c4a27e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export default defineConfig({
build: {
rollupOptions: {
input: {
app: './examples/index.html'
main: './examples/index.html',
offscreen: './examples/offscreen-render.html'
},
},
},
Expand Down

0 comments on commit 8c4a27e

Please sign in to comment.