Skip to content

Commit f2f4529

Browse files
committed
chore: fix type error
1 parent f607e0b commit f2f4529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite/src/node/server/pluginContainer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import type {
5454
PluginContextMeta,
5555
ResolvedId,
5656
RollupError,
57-
RollupFsModule,
57+
RolldownFsModule as RollupFsModule,
5858
RollupLog,
5959
MinimalPluginContext as RollupMinimalPluginContext,
6060
PluginContext as RollupPluginContext,

0 commit comments

Comments
 (0)