We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c85f3 commit 5a2b10cCopy full SHA for 5a2b10c
1 file changed
src/app.ts
@@ -8,11 +8,6 @@ import AuthController from './controllers/auth.js';
8
import Controller from './controllers/base.js';
9
import HomeController from './controllers/home.js';
10
11
-import { dirname } from 'node:path';
12
-import { fileURLToPath } from 'node:url';
13
-
14
-const __dirname = dirname(fileURLToPath(import.meta.url));
15
16
/**
17
* Configuration of the express application.
18
*/
0 commit comments