Merge branch 'main' into patching

This commit is contained in:
SpikeHD
2022-07-14 20:54:02 -07:00
9 changed files with 244 additions and 30 deletions

View File

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