diff --git a/electron/services/ConfigStore.ts b/electron/services/ConfigStore.ts index 0130997..a8d7524 100644 --- a/electron/services/ConfigStore.ts +++ b/electron/services/ConfigStore.ts @@ -92,6 +92,7 @@ export class ConfigStore { join(this.basePath, "nginx", "sites-enabled"), join(this.basePath, "nginx", "ssl"), join(this.basePath, "redis"), + join(this.basePath, "nodejs"), join(this.basePath, "logs"), join(this.basePath, "temp"), join(this.basePath, "www"),