mirror of
https://github.com/fantasticit/think.git
synced 2026-09-01 15:10:55 +08:00
server: remove unused code
This commit is contained in:
@@ -25,7 +25,6 @@ import { Cron, ScheduleModule } from '@nestjs/schedule';
|
||||
import { TypeOrmModule, TypeOrmModuleOptions } from '@nestjs/typeorm';
|
||||
import { getConfig } from '@think/config';
|
||||
import * as fs from 'fs-extra';
|
||||
import * as lodash from 'lodash';
|
||||
import { LoggerModule } from 'nestjs-pino';
|
||||
import * as path from 'path';
|
||||
import pino from 'pino';
|
||||
@@ -55,8 +54,6 @@ const MODULES = [
|
||||
ViewModule,
|
||||
];
|
||||
|
||||
console.log(lodash.get(getConfig(), 'oss.local.enable'));
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
ConfigModule.forRoot({
|
||||
|
||||
Reference in New Issue
Block a user