Преглед изворни кода

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

David Höck пре 5 месеци
родитељ
комит
da49949130
1 измењених фајлова са 1 додато и 1 уклоњено
  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';