Browse Source

docs(core): Add since annotation to new option

Michael Bromley 3 years ago
parent
commit
b5c8ee4189
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/core/src/config/vendure-config.ts

+ 2 - 0
packages/core/src/config/vendure-config.ts

@@ -819,6 +819,8 @@ export interface JobQueueOptions {
      *
      * For example, we might have a staging and a production deployment in the same account/project and
      * each one will need its own task queue. We can achieve this with a prefix.
+     *
+     * @since 1.5.0
      */
     prefix?: string;
 }