Add nodejs directory path to ConfigStore for improved configuration management

This commit is contained in:
ethanfly 2025-12-26 11:35:30 +08:00
parent de6d3b8c51
commit 5359685e80

View File

@ -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"),