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);