mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Import express-async-errors
This commit is contained in:
@@ -2,7 +2,7 @@ import dotenv from "dotenv";
|
||||
dotenv.config();
|
||||
import express from "express";
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
require("express-async-errors");
|
||||
import "express-async-errors";
|
||||
import helmet from "helmet";
|
||||
import cors from "cors";
|
||||
import { initLogger, logger } from "./utils/logging";
|
||||
|
||||
Reference in New Issue
Block a user