branding only works when licensed

This commit is contained in:
miloschwartz
2025-10-15 22:07:33 -07:00
parent 003f0cfa6d
commit 2e0ad8d262
13 changed files with 145 additions and 129 deletions

View File

@@ -174,9 +174,9 @@ export function readPrivateConfigFile() {
// test if the config file is there
if (!fs.existsSync(privateConfigFilePath1)) {
console.warn(
`Private configuration file not found at ${privateConfigFilePath1}. Using default configuration.`
);
// console.warn(
// `Private configuration file not found at ${privateConfigFilePath1}. Using default configuration.`
// );
// load the default values of the zod schema and return those
return privateConfigSchema.parse({});
}