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 20e49d0 commit 125d43eCopy full SHA for 125d43e
packages/backend-function/API.md
@@ -38,6 +38,7 @@ export type FunctionProps = {
38
schedule?: FunctionSchedule | FunctionSchedule[];
39
layers?: Record<string, string>;
40
bundling?: FunctionBundlingOptions;
41
+ generateDataClientConfig?: boolean;
42
};
43
44
// @public (undocumented)
0 commit comments