@nessframework/nest
v3.0.0
Published
NestJS server routes for Ness.js applications
Maintainers
Readme
NestJS 10 controllers, providers, guards, and dependency injection for Ness.js server routes.
import nest from '@nessframework/nest';
import { ness } from '@nessframework/router/vite';
export default {
plugins: [ness({ plugins: [nest()] })],
};Production servers mount the compiled Nest application through nestServer() from @nessframework/nest/server.
