671 B
671 B
@lilith/nestjs-bootstrap
DEPRECATED: This package has been REMOVED. Use
@lilith/service-nestjs-bootstrapinstead.
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