mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-11 03:03:43 +08:00
fix: 修复 badWords 文件名大小写问题导致的部署错误
This commit is contained in:
@@ -9,10 +9,8 @@ import { NestFactory } from '@nestjs/core';
|
||||
import * as compression from 'compression';
|
||||
import { randomBytes } from 'crypto';
|
||||
import * as Dotenv from 'dotenv';
|
||||
// import * as express from 'express';
|
||||
import * as xmlBodyParser from 'express-xml-bodyparser';
|
||||
import Redis from 'ioredis';
|
||||
// import { join } from 'path';
|
||||
import { AppModule } from './app.module';
|
||||
Dotenv.config({ path: '.env' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user