We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b51df5 commit 9f235c3Copy full SHA for 9f235c3
src/server.ts
@@ -23,5 +23,5 @@ export type GetBuilder = (
23
// This is for ignored dynamic imports
24
// XXX Are there any better ways?
25
export type GetCustomModules = () => Promise<{
26
- [name: string]: string
+ [name: string]: string;
27
}>;
0 commit comments