@bunito/bun
v0.0.15
Published
Bun server and secrets integrations for bunito applications.
Readme
@bunito/bun
Bun server and secrets integrations for bunito applications.
It provides platform modules used by higher-level packages, including Bun HTTP server integration and Bun secrets support for configuration readers.
Installation 📦
bun add @bunito/bunUsage ✨
import { SecretsModule, ServerModule } from '@bunito/bun';
import { ConfigModule } from '@bunito/config';
import { Module } from '@bunito/container';
@Module({
imports: [ConfigModule, SecretsModule, ServerModule],
})
class AppModule {}License
MIT
