chore: remove unused import

This commit is contained in:
Daniel Roe 2025-01-17 10:23:26 +00:00
parent f5574fc9ca
commit 81925d3a50
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -11,7 +11,7 @@ import { normalizeViteManifest } from 'vue-bundle-renderer'
import escapeStringRegexp from 'escape-string-regexp'
import { distDir } from './dirs'
import type { ViteBuildContext } from './vite'
import { isCSS, toArray } from './utils'
import { isCSS } from './utils'
// TODO: Remove this in favor of registerViteNodeMiddleware
// after Nitropack or h3 allows adding middleware after setup