nestjs-bootstrap/README.md
2026-01-30 15:48:49 -08:00

671 B

@lilith/nestjs-bootstrap

DEPRECATED: This package has been REMOVED. Use @lilith/service-nestjs-bootstrap instead.

This package is a placeholder that throws an error on import to help migrate to the new package location.

Migration

Replace:

// Old (removed)
import { bootstrap } from '@lilith/nestjs-bootstrap';

With:

// New location
import { bootstrap } from '@lilith/service-nestjs-bootstrap';

What Happened

The bootstrap utilities have been moved to the @service namespace to better organize service-level packages. The original package now throws an error to alert users of the change.

License

MIT