Skip to content

8.10.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 10:18
· 32 commits to development since this release
c0f146c

Added

  • Automatic app layout detection for code generation commands. The CLI now detects whether the project uses a modern layout (with app/ and public/ directories) or a flat layout, and automatically places generated files in the correct location (e.g., app/models vs models, app/handlers vs handlers, etc.).