Commit Graph

2 Commits

Author SHA1 Message Date
hykocx 02da93135c refactor(cli): rename generated modules file and update gitignore pattern
- rename `modules.generated.js` to `modules.client.js` and add `'use client'` directive
- update gitignore to ignore entire `app/.zen/` directory instead of single file
- update layout import to reference new `modules.client.js` filename
2026-04-25 14:44:45 -04:00
hykocx d7bfe34bb1 feat(cli): integrate zen-modules sync into project initialization
- add postinstall, dev, and build scripts to run `zen-modules sync`
- append `app/.zen/modules.generated.js` to .gitignore during init
- add generated modules file template with empty modules export
- import modules.generated.js in app layout and pass modules to initializeZen
2026-04-25 14:26:22 -04:00