Fix Express runtime import
This commit is contained in:
@@ -4,7 +4,7 @@ import { ValidationPipe } from "@nestjs/common";
|
|||||||
import cookieParser from "cookie-parser";
|
import cookieParser from "cookie-parser";
|
||||||
import { DocumentBuilder, SwaggerModule } from "@nestjs/swagger";
|
import { DocumentBuilder, SwaggerModule } from "@nestjs/swagger";
|
||||||
import { AllExceptionsFilter } from "./common/filters/all-exceptions.filter";
|
import { AllExceptionsFilter } from "./common/filters/all-exceptions.filter";
|
||||||
import express from "express";
|
import * as express from "express";
|
||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import fs from "node:fs";
|
import fs from "node:fs";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user