Skip to content

v1.2.2 - Add TypeScript types to config and fix CI

Choose a tag to compare

@M-Chris M-Chris released this 15 Sep 01:28
· 14 commits to main since this release

Added

  • TypeScript types for generated configuration files
  • Import AppConfig from @morojs/moro for type safety
  • Partial<AppConfig> type annotation for better developer experience

Fixed

  • CI test updated to use modern module create command
  • Removed duplicate legacy generate commands causing CLI crash
  • CLI help and module commands now work correctly

Improved

  • IntelliSense and autocomplete in generated config files
  • Compile-time validation for configuration options
  • Better error detection during development