Skip to content

Commit b3ac873

Browse files
@jotadevelopersergiohgz
authored andcommitted
feat: add gravatar prop for web config
1 parent 90ff6a6 commit b3ac873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/types/src/types.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ declare interface verdaccio$WebConf {
256256
enable: boolean;
257257
title: string;
258258
logo: string;
259+
gravatar: boolean;
259260
}
260261

261262
declare interface verdaccio$HttpsConf {

0 commit comments

Comments
 (0)