Fix Express runtime import

This commit is contained in:
Austin A
2026-04-25 22:57:25 +01:00
parent 07d14757a7
commit 2539c66c9f

View File

@@ -4,7 +4,7 @@ import { ValidationPipe } from "@nestjs/common";
import cookieParser from "cookie-parser";
import { DocumentBuilder, SwaggerModule } from "@nestjs/swagger";
import { AllExceptionsFilter } from "./common/filters/all-exceptions.filter";
import express from "express";
import * as express from "express";
import path from "node:path";
import fs from "node:fs";