nicer type for alwaysStrings, thanks Marie

This commit is contained in:
dakkar 2024-05-30 11:29:31 +01:00
parent aa7271469e
commit 38d98e5048

View file

@ -390,7 +390,7 @@ function applyEnvOverrides(config: Source) {
}
}
const alwaysStrings = { 'chmodSocket': 1 } as any;
const alwaysStrings = { 'chmodSocket': true } as { [key: string]: boolean };
function _assign(path: (string | number)[], lastStep: string | number, value: string) {
let thisConfig = config as any;