fix(cli): remove unused variables

This commit is contained in:
himself65 2023-03-21 23:31:29 -05:00
parent eb7d5fd7a1
commit 180382daf5

View File

@ -4,7 +4,6 @@ import * as path from 'node:path';
import { fileURLToPath } from 'node:url';
import * as p from '@clack/prompts';
import os from 'os';
const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);