@anchan828/nest-storage-express
TypeScript icon, indicating that this package has built-in type declarations

1.0.86 • Public • Published

@anchan828/nest-storage-express

Install

npm i @anchan828/nest-storage-express

Usage

@Module({
  imports: [
    StorageModule.register({
      bucket: "bucket",
      cacheDir: "path/to/cacheDir",
    }),
    LocalStorageProviderModule.register(),
  ],
})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i @anchan828/nest-storage-express

Weekly Downloads

60

Version

1.0.86

License

MIT

Unpacked Size

46.9 kB

Total Files

33

Last publish

Collaborators

  • anchan828