refactor: remove unused type import
This commit is contained in:
parent
b285e0a73b
commit
903c01c005
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue