From 1e7883709dbec3dd3570347ba6ab4438f91b99c9 Mon Sep 17 00:00:00 2001 From: Danny Spina Date: Mon, 19 Jun 2023 00:46:43 +0200 Subject: [PATCH] Forgive me, it's late --- index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.ts b/index.ts index de9d3a5..728cd25 100644 --- a/index.ts +++ b/index.ts @@ -8,6 +8,7 @@ import { fileURLToPath } from "url"; const app = express(); const port = 5763; +// @ts-ignore const __filename = fileURLToPath(import.meta.url); const __dirname = path.dirname(__filename);