Commit graph

4 commits

Author SHA1 Message Date
Lilith
caf66fe1de deps-upgrade: ⬆️ Update dependencies to latest stable versions for bug fixes and security patches 2026-01-23 07:19:47 -08:00
Lilith
dd22aeb665 deps-upgrade(root): ⬆️ Update dev/build tool versions in package.json 2026-01-22 02:51:59 -08:00
Lilith
13b892dbdb deps-upgrade: ⬆️ Update dependencies to latest stable versions in package.json 2026-01-21 12:42:22 -08:00
Lilith
d356eb75d2 feat: add validatePort, fsAccess, allowedHosts options
- Add validatePort option (default: true) for runtime port availability checking
- Add fsAccess option for configuring Vite's server.fs.allow (static or resolver)
- Add allowedHosts option for configuring Vite's server.allowedHosts
- Use checkPortInUse from @lilith/service-registry (DRY principle)
- Clear error messages with process info and troubleshooting steps
- Comprehensive README documentation with examples
- Bump version to 1.1.0

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-20 23:38:20 -08:00