Allow partial configs in environment overrides #3992
Annotations
10 errors
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; docs: { outputDir: string; }; }' is not assignable to type 'GasketConfigDefinition'.
|
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; docusaurus: { rootDir: string; docsDir: string; port: string; host: string; }; }' is not assignable to type 'GasketConfigDefinition'.
|
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; express: { compression: false; }; }' is not assignable to type 'GasketConfigDefinition'.
|
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; express: { excludedRoutesRegex: RegExp; }; }' is not assignable to type 'GasketConfigDefinition'.
|
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; express: { middlewareInclusionRegex: RegExp; }; }' is not assignable to type 'GasketConfigDefinition'.
|
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; hostname: string; }' is not assignable to type 'GasketConfigDefinition'.
|
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; http: number; environments: { local: { http: null; }; }; }' is not assignable to type 'GasketConfigDefinition'.
|
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; environments: { local: { https: { port: number; key: string; cert: string[]; }; }; }; }' is not assignable to type 'GasketConfigDefinition'.
|
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; environments: { local: { http2: { port: number; key: string; cert: string[]; allowHTTP1: true; }; }; }; }' is not assignable to type 'GasketConfigDefinition'.
|
Run Tests & Lint
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; terminus: { healthChecks: { '/you-ok-over-there': () => Promise<string>; }; }; }' is not assignable to type 'GasketConfigDefinition'.
|
Loading