fix(config): use .smartconfig.json consistently and pass asset copy paths explicitly
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user