Skip to content

Commit

Permalink
fix: path to constant build entry (#1349)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianGlowala authored Oct 9, 2024
1 parent b70b913 commit 78ac889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default defineConfig({
entry: {
index: resolve(__dirname, 'src/index.ts'),
date: resolve(__dirname, 'src/date/index.ts'),
constant: resolve(__dirname, '/constant/index.ts'),
constant: resolve(__dirname, 'constant/index.ts'),
},
},
rollupOptions: {
Expand Down

0 comments on commit 78ac889

Please sign in to comment.