Skip to content

Commit

Permalink
fix: remove unit from default value
Browse files Browse the repository at this point in the history
  • Loading branch information
fossamagna committed Dec 12, 2024
1 parent b3b15d4 commit 7ad9e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend-function/src/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export type FunctionProps = {
/**
* The size of the function's /tmp directory in MiB.
* Must be a whole number.
* Default is 512MiB.
* @default 512
*/
ephemeralStorageSize?: number;

Expand Down

0 comments on commit 7ad9e3f

Please sign in to comment.