Skip to content

Commit 7ad9e3f

Browse files
committed
fix: remove unit from default value
1 parent b3b15d4 commit 7ad9e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend-function/src/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export type FunctionProps = {
118118
/**
119119
* The size of the function's /tmp directory in MiB.
120120
* Must be a whole number.
121-
* Default is 512MiB.
121+
* @default 512
122122
*/
123123
ephemeralStorageSize?: number;
124124

0 commit comments

Comments
 (0)