No description
|
Some checks failed
Build and Publish / build-and-publish (push) Failing after 44s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| .githooks | ||
| .turbo | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
@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