mirror of
https://github.com/cupcakearmy/blaze.git
synced 2024-12-22 16:26:26 +00:00
Forgive me, it's late
This commit is contained in:
parent
c54ef6d4a3
commit
1e7883709d
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user