fix: aws-sdk dependencies and module error
This commit is contained in:
parent
7e738a75d7
commit
627d15576b
|
|
@ -5,7 +5,7 @@ import { ApiModule } from '@gitroom/backend/api/api.module';
|
|||
import { APP_GUARD } from '@nestjs/core';
|
||||
import { PoliciesGuard } from '@gitroom/backend/services/auth/permissions/permissions.guard';
|
||||
import { BullMqModule } from '@gitroom/nestjs-libraries/bull-mq-transport-new/bull.mq.module';
|
||||
import { PluginModule } from '@gitroom/plugins/plugin.module';
|
||||
// import { PluginModule } from '@gitroom/plugins/plugin.module';
|
||||
import { PublicApiModule } from '@gitroom/backend/public-api/public.api.module';
|
||||
import { ThrottlerBehindProxyGuard } from '@gitroom/nestjs-libraries/throttler/throttler.provider';
|
||||
import { ThrottlerModule } from '@nestjs/throttler';
|
||||
|
|
@ -17,7 +17,7 @@ import { AgentModule } from '@gitroom/nestjs-libraries/agent/agent.module';
|
|||
BullMqModule,
|
||||
DatabaseModule,
|
||||
ApiModule,
|
||||
PluginModule,
|
||||
// PluginModule,
|
||||
PublicApiModule,
|
||||
AgentModule,
|
||||
ThrottlerModule.forRoot([
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
import {Global, Module} from '@nestjs/common';
|
||||
import module from './plugins';
|
||||
// import {Global, Module} from '@nestjs/common';
|
||||
// import module from './plugins';
|
||||
|
||||
@Global()
|
||||
@Module({
|
||||
imports: [...module],
|
||||
controllers: [],
|
||||
providers: [],
|
||||
get exports() {
|
||||
return [...this.imports];
|
||||
}
|
||||
})
|
||||
export class PluginModule {}
|
||||
// @Global()
|
||||
// @Module({
|
||||
// imports: [...module],
|
||||
// controllers: [],
|
||||
// providers: [],
|
||||
// get exports() {
|
||||
// return [...this.imports];
|
||||
// }
|
||||
// })
|
||||
// export class PluginModule {}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -35,8 +35,8 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"@atproto/api": "^0.13.11",
|
||||
"@aws-sdk/client-s3": "3.712.0",
|
||||
"@aws-sdk/s3-request-presigner": "3.712.0",
|
||||
"@aws-sdk/client-s3": "^3.712.0",
|
||||
"@aws-sdk/s3-request-presigner": "^3.782.0",
|
||||
"@casl/ability": "^6.5.0",
|
||||
"@copilotkit/react-core": "^1.5.19",
|
||||
"@copilotkit/react-textarea": "^1.5.19",
|
||||
|
|
|
|||
Loading…
Reference in New Issue