v1.4.0
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 4322Windows 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-sitemapwith official@astrojs/sitemapintegration - Added
astro-robots-txtfor automaticrobots.txtgeneration - Added
sharpfor image processing