Merge main

This commit is contained in:
SpikeHD
2022-07-13 18:22:10 -07:00
4 changed files with 6197 additions and 6296 deletions

View File

@@ -18,7 +18,7 @@ export async function toggleEncryption(path: string) {
// Write file
await fs.writeFile({
path,
contents: JSON.stringify(serverConf)
contents: JSON.stringify(serverConf, null, 2),
})
}