feat: apps

This commit is contained in:
Nevo David 2024-03-11 20:21:45 +07:00
parent 767a6f118a
commit 202e67dbe7
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["node", "Multer"],
"types": ["node", "multer"],
"emitDecoratorMetadata": true,
"target": "es2021"
},

View File

@ -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';