Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 5e9e29f

Browse files
committed
refactor: update types.ts
1 parent 22cb81a commit 5e9e29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export interface ServerApplication {
9696
readonly workingDir: string
9797
readonly mode: 'development' | 'production'
9898
readonly config: Required<Config>
99-
addModule(url: string, options?: { code?: string, once?: boolean }): Promise<Module>
99+
addModule(url: string, options?: { code?: string }): Promise<Module>
100100
injectCode(stage: 'compilation' | 'hmr' | 'ssr', transform: TransformFn): void
101101
}
102102

0 commit comments

Comments
 (0)