Skip to content

v1.1.0

Choose a tag to compare

@DevRohit06 DevRohit06 released this 10 Feb 21:49
· 17 commits to main since this release

What's New

Added

  • Nuxt Framework Support: Full Nuxt template support in the CLI
    • Framework detection via nuxt.config.ts/nuxt.config.js or nuxt dependency
    • Dev server with --port flag, build with .output/public output directory
    • Pagefind search indexing for Nuxt static builds

Fixed

  • Scaffold Directory: Moved dev-project directory from /tmp/.lito to ~/.lito/dev-project to fix bundler resolution issues (e.g. Turbopack failing to resolve node_modules from /tmp)

Full Changelog: v1.0.0...v1.1.0