Skip to content

Commit 361446e

Browse files
authored
chore(deps): update dependencies (#201)
1 parent 9cadb16 commit 361446e

File tree

5 files changed

+4125
-5440
lines changed

5 files changed

+4125
-5440
lines changed

app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import "dotenv/config";
12
import path from "path";
23

34
import express from "express";
@@ -8,7 +9,6 @@ import * as logging from "./utils/logging.js";
89
import { register as registerViewEngine } from "./utils/view-engine.js";
910
import { legacyDirname } from "./utils/misc.js";
1011
import { PROJECT_ROOT } from "./utils/constants.js";
11-
import "./utils/dotenv.js";
1212

1313
import xrefRouter from "./routes/xref/index.js";
1414
import caniuseRouter from "./routes/caniuse/index.js";

0 commit comments

Comments
 (0)