Skip to content

v1.4.0

Choose a tag to compare

@DevRohit06 DevRohit06 released this 02 Mar 16:23

What's New

Multi-instance dev server support

Each lito dev session now gets its own isolated project directory (~/.lito/dev-projects/<name>-<hash>/), derived from the input path. You can now run multiple doc servers simultaneously:

lito dev -i ./docs --port 4321
lito dev -i ./other-docs --port 4322

Windows EPERM fix

On Windows, stale processes locking .bin/*.exe files are automatically detected and killed before retrying directory cleanup. This fixes the EPERM: operation not permitted, unlink error when restarting the dev server.

Astro template updates

  • Replaced astro-sitemap with official @astrojs/sitemap integration
  • Added astro-robots-txt for automatic robots.txt generation
  • Added sharp for image processing