Skip to content

Commit

Permalink
chore: fix rollup options
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Oct 18, 2024
1 parent e5bcc5a commit 3dfbe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const demoConfig = {
build: {
rollupOptions: {
input: {
demo: 'src/demo/index.html', // Entry for the demo
demo: 'demo/index.html', // Entry for the demo
},
output: {
dir: 'dist/demo', // Demo build output folder
Expand Down

0 comments on commit 3dfbe2c

Please sign in to comment.