mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-02 05:31:38 +00:00
branding only works when licensed
This commit is contained in:
parent
003f0cfa6d
commit
2e0ad8d262
13 changed files with 145 additions and 129 deletions
|
|
@ -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({});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue