normal feature

This commit is contained in:
SpikeHD
2022-07-14 18:49:49 -07:00
parent f24f3af377
commit 88a1740b91
5 changed files with 108 additions and 3 deletions

View File

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