mirror of
https://github.com/docmost/docmost.git
synced 2026-06-11 10:46:54 +08:00
database connection retry
This commit is contained in:
@@ -7,7 +7,7 @@ import { CollaborationModule } from './collaboration/collaboration.module';
|
||||
import { WsModule } from './ws/ws.module';
|
||||
import { ServeStaticModule } from '@nestjs/serve-static';
|
||||
import { join } from 'path';
|
||||
import { KyselyDbModule } from './kysely/kysely-db.module';
|
||||
import { DatabaseModule } from '@docmost/db/database.module';
|
||||
import * as fs from 'fs';
|
||||
|
||||
const clientDistPath = join(__dirname, '..', '..', 'client/dist');
|
||||
@@ -26,7 +26,7 @@ function getServeStaticModule() {
|
||||
@Module({
|
||||
imports: [
|
||||
CoreModule,
|
||||
KyselyDbModule,
|
||||
DatabaseModule,
|
||||
EnvironmentModule,
|
||||
CollaborationModule,
|
||||
WsModule,
|
||||
|
||||
Reference in New Issue
Block a user