You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Expiration time (in seconds) before the cached asset will be re-generated by invoking the Serverless Function. Setting the value to `false` means it will never expire.
37
37
*/
38
-
expiration?: number|false;
38
+
expiration: number|false;
39
39
/**
40
40
* Option group number of the asset. Assets with the same group number will all be re-validated at the same time.
0 commit comments