Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 22, 2022
1 parent 021ade6 commit 2b79b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { fileURLToPath } from 'url'
import { dirname, resolve } from 'path'
import _debug from 'debug'
import { yellow } from 'kolorist'
import type { ModuleNode, Plugin, ResolvedConfig, ViteDevServer } from 'vite'
import type { Plugin, ResolvedConfig, ViteDevServer } from 'vite'
import sirv from 'sirv'
import { parseQuery, parseURL } from 'ufo'
import { createFilter } from '@rollup/pluginutils'
Expand Down

0 comments on commit 2b79b1b

Please sign in to comment.