Procházet zdrojové kódy

fix(core): Add `bounded` as default value to jsdoc

David Höck před 5 měsíci
rodič
revize
da49949130
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/core/src/config/vendure-config.ts

+ 1 - 1
packages/core/src/config/vendure-config.ts

@@ -215,7 +215,7 @@ export interface ApiOptions {
      * Pass a [custom cache](https://www.apollographql.com/docs/apollo-server/performance/caching) for server-side caching to the Apollo server,
      * which is the underlying GraphQL server used by Vendure.
      *
-     * @default undefined
+     * @default 'bounded'
      * @since 3.5.0
      */
     cache?: KeyValueCache<string> | 'bounded';