We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9328d0b commit 52502d7Copy full SHA for 52502d7
packages/api/src/index.ts
@@ -3,7 +3,7 @@ import cors from "cors";
3
import helmet from "helmet";
4
import morgan from "morgan";
5
import rateLimit from "express-rate-limit";
6
-import { config } from "./config";
+import { config } from "./config/index.js";
7
import { errorHandler, notFoundHandler } from "./middleware";
8
import { sendSuccess } from "./utils";
9
0 commit comments