updated the missed attr change

This commit is contained in:
keshan
2020-12-21 16:31:01 +05:30
parent e53d4a2ca8
commit 851dde45f7
+1 -1
View File
@@ -48,7 +48,7 @@ export interface Config {
* aleternatives: 'local' etc.
* @see http://backstage.io/docs/features/techdocs/configuration
*/
techdocs: string;
techdocs: 'local' | 'docker';
};
/**