1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-12 00:30:06 +00:00

fix(appstream): app logo + improvements

This commit is contained in:
Saad Jutt
2022-03-22 03:55:51 +05:00
parent 98a00ec7ac
commit df6003df94
10 changed files with 70 additions and 22 deletions

View File

@@ -2,6 +2,6 @@ export interface AppStreamConfig {
[key: string]: {
appLoc: string
streamWebFolder: string
logo?: string
streamLogo?: string
}
}