mirror of https://github.com/buster-so/buster.git
fix lint
This commit is contained in:
parent
ddc9748ad8
commit
f9c5253f5d
|
@ -1,6 +1,6 @@
|
|||
import * as path from 'node:path';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
import { config } from 'dotenv';
|
||||
import * as path from 'path';
|
||||
import { fileURLToPath } from 'url';
|
||||
|
||||
// Get the directory name for ES modules
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
|
|
Loading…
Reference in New Issue