Skip to content

Commit ba45321

Browse files
committed
chore: fix lint offense in src/cli/index.ts
1 parent 86c794c commit ba45321

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/cli/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
import { main } from './cli.js';
22
import { fileURLToPath } from 'url';
3-
import { dirname } from 'path';
43

54
// Get current file path for ESM compatibility
65
const __filename = fileURLToPath(import.meta.url);
7-
const __dirname = dirname(__filename);
86

97
// Check if this module is being run directly
108
const isMainModule = process.argv[1] === __filename || process.argv[1]?.endsWith('/cli/index.cjs');

0 commit comments

Comments
 (0)