fix(config): use .smartconfig.json consistently and pass asset copy paths explicitly

This commit is contained in:
2026-05-09 12:33:39 +00:00
parent 7a1dbbff21
commit f2e843b72e
10 changed files with 2416 additions and 1511 deletions
+2 -2
View File
@@ -136,7 +136,7 @@ export class ConfigHandler {
}
/**
* Load configuration from smartconfig.json
* Load configuration from .smartconfig.json
* If a preset is specified, merge preset defaults with user overrides
*/
public loadConfig(): interfaces.ITswatchConfig | null {
@@ -177,7 +177,7 @@ export class ConfigHandler {
}
/**
* Get the config key for smartconfig.json
* Get the config key for .smartconfig.json
*/
public getConfigKey(): string {
return CONFIG_KEY;