Skip to content

Commit

Permalink
Add fourth example to website
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibel committed Oct 21, 2024
1 parent 303a198 commit 9bbdd54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default defineConfig(({ mode }) => {
explicit: resolve(__dirname, 'examples/csv-with-explicit-inner-nodes/index.html'),
grouping: resolve(__dirname, 'examples/csv-with-grouping/index.html'),
implicit: resolve(__dirname, 'examples/csv-with-implicit-inner-nodes/index.html'),
direct: resolve(__dirname, 'examples/direct-config/index.html'),
},
output: {
inlineDynamicImports: false,
Expand Down

0 comments on commit 9bbdd54

Please sign in to comment.