just another normal everyday feature, nothing to see here

This commit is contained in:
SpikeHD
2022-07-14 18:05:52 -07:00
parent abafc94379
commit f24f3af377
3 changed files with 77 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ export interface Configuration {
theme: string
https_enabled: boolean
debug_enabled: boolean
swag_mode?: boolean
}
export async function setConfigOption(key: string, value: any): Promise<void> {