refactor: remove unused type import

This commit is contained in:
ayo 2026-06-03 22:20:13 +02:00
parent b285e0a73b
commit 903c01c005

View file

@ -8,7 +8,6 @@ import { resolve } from 'pathe'
// import { fileURLToPath } from 'node:url' // import { fileURLToPath } from 'node:url'
// import { dirname } from 'pathe' // import { dirname } from 'pathe'
import { getMcFlyConfig } from '../get-config.js' import { getMcFlyConfig } from '../get-config.js'
import type { McFlyConfig } from '../../../config/dist/define-config.js'
// const __filename = fileURLToPath(import.meta.url) // const __filename = fileURLToPath(import.meta.url)
// const __dirname = dirname(__filename) // const __dirname = dirname(__filename)