mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
cleanup and yarn update
This commit is contained in:
@@ -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),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user