Skip to content

Commit

Permalink
Fix examples production build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Dec 18, 2023
1 parent 3e4b462 commit d38c4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/examples/vite.config.production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export default defineConfig(({ command }) => {
rollupOptions: {
input: {
main: path.resolve(__dirname, 'index.html'),
helloWorld: path.resolve(__dirname, 'helloWorld.html'),
workerCom: path.resolve(__dirname, 'workerCom.html'),
helloWorldWorkerTask: path.resolve(__dirname, 'helloWorldWorkerTask.html'),
helloWorldWorkerTaskDirector: path.resolve(__dirname, 'helloWorldWorkerTaskDirector.html'),
workerCom: path.resolve(__dirname, 'workerCom.html'),
transferables: path.resolve(__dirname, 'transferables.html'),
threejs: path.resolve(__dirname, 'threejs.html'),
potentiallyInfinite: path.resolve(__dirname, 'potentially_infinite.html')
Expand Down

0 comments on commit d38c4c2

Please sign in to comment.