Skip to content

Commit a6a5a7e

Browse files
jog1tclaude
andcommitted
fix(icons): rebuild dist/index.js in ESM format and allow in git
- Rebuilt dist/index.js as ESM (not CJS) for Vite/Rollup compatibility - Added exception to .gitignore to track icons dist folder - Fixes 'Icon is not exported' build error on Railway 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent bf319ff commit a6a5a7e

File tree

2 files changed

+79262
-0
lines changed

2 files changed

+79262
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ pnpm-debug.log*
2626
# TypeScript
2727
*.tsbuildinfo
2828
dist/
29+
!frontend/packages/icons/dist/
2930

3031
# IDE
3132
.vscode/

0 commit comments

Comments
 (0)