Forgive me, it's late

This commit is contained in:
Danny Spina 2023-06-19 00:46:43 +02:00
parent c54ef6d4a3
commit 1e7883709d

View File

@ -8,6 +8,7 @@ import { fileURLToPath } from "url";
const app = express(); const app = express();
const port = 5763; const port = 5763;
// @ts-ignore
const __filename = fileURLToPath(import.meta.url); const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename); const __dirname = path.dirname(__filename);