Skip to content

Commit

Permalink
Update vite config to export icons
Browse files Browse the repository at this point in the history
  • Loading branch information
vesnushka committed Nov 25, 2024
1 parent 2ef8202 commit 7b2dc86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.lib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default defineConfig({
path.resolve(__dirname, 'src/services/index.ts'),
path.resolve(__dirname, 'src/contexts/index.ts'),
path.resolve(__dirname, 'src/theme/index.ts'),
path.resolve(__dirname, 'src/icons/index.ts'),
path.resolve(__dirname, 'src/dashboard.config.ts'),
path.resolve(__dirname, 'src/setupTests.ts'),
],
Expand Down

0 comments on commit 7b2dc86

Please sign in to comment.