3dm support that doesn't actually work I just don't wanna fix it

This commit is contained in:
SpikeHD
2022-07-19 17:40:22 -07:00
parent 18a1b0e94c
commit e270c886db
4 changed files with 44 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ export interface Configuration {
// Swag stuff
akebi_path?: string
migoto_path?: string
}
export async function setConfigOption<K extends keyof Configuration>(key: K, value: Configuration[K]): Promise<void> {