We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc45930 commit ccc0a8eCopy full SHA for ccc0a8e
packages/server-functions-plugin/src/index.ts
@@ -204,7 +204,7 @@ export interface TanStackServerFnPluginEnvOpts {
204
getRuntimeCode: () => string
205
replacer: ReplacerFn
206
}
207
- importer: (fn: DirectiveFn) => Promise<any>
+ importer?: (fn: DirectiveFn) => Promise<any>
208
209
210
export function TanStackServerFnPluginEnv(
0 commit comments