feat: apps
This commit is contained in:
parent
767a6f118a
commit
202e67dbe7
|
|
@ -3,7 +3,7 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "../../dist/out-tsc",
|
||||
"module": "commonjs",
|
||||
"types": ["node", "Multer"],
|
||||
"types": ["node", "multer"],
|
||||
"emitDecoratorMetadata": true,
|
||||
"target": "es2021"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import { Global, Module } from '@nestjs/common';
|
||||
import {MulterModule} from "@nestjs/platform-express";
|
||||
// @ts-ignore
|
||||
import {diskStorage} from "multer";
|
||||
import {mkdirSync} from 'fs';
|
||||
import {extname} from 'path';
|
||||
|
|
|
|||
Loading…
Reference in New Issue