1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Inject server config in HTML

This commit is contained in:
Chocobozzz 2021-05-14 12:04:44 +02:00
parent c76ecc3ff7
commit aea0b0e7cd
No known key found for this signature in database
GPG key ID: 583A612D890159BE
15 changed files with 143 additions and 89 deletions

View file

@ -215,3 +215,5 @@ export interface ServerConfig {
dismissable: boolean
}
}
export type HTMLServerConfig = Omit<ServerConfig, 'signup'>