🎨 Unified code style
This commit is contained in:
5
bin/utils/dir.ts
vendored
5
bin/utils/dir.ts
vendored
@@ -5,7 +5,4 @@ import { fileURLToPath } from 'url';
|
||||
const currentModulePath = fileURLToPath(import.meta.url);
|
||||
|
||||
// Resolve the parent directory of the current module
|
||||
export const npmDirectory = path.join(
|
||||
path.dirname(currentModulePath),
|
||||
'..'
|
||||
);
|
||||
export const npmDirectory = path.join(path.dirname(currentModulePath), '..');
|
||||
|
||||
Reference in New Issue
Block a user