mirror of
https://github.com/cupcakearmy/blaze.git
synced 2025-12-09 04:35:00 +00:00
Forgive me, it's late
This commit is contained in:
1
index.ts
1
index.ts
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user