From 5359685e803153d16ca48fb4d676e2054128f836 Mon Sep 17 00:00:00 2001 From: ethanfly Date: Fri, 26 Dec 2025 11:35:30 +0800 Subject: [PATCH] Add nodejs directory path to ConfigStore for improved configuration management --- electron/services/ConfigStore.ts | 1 + 1 file changed, 1 insertion(+) 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"),