mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 06:52:24 +00:00
warning
This commit is contained in:
@@ -10,10 +10,9 @@ if (fs.existsSync(customConfigPath)) {
|
||||
import(customConfigPath)
|
||||
.then((module) => {
|
||||
customConfig = module.default;
|
||||
console.log("found", customConfig);
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error("Error loading custom configuration:", error);
|
||||
console.warn("Error loading custom configuration:", error);
|
||||
});
|
||||
} else {
|
||||
console.info("No custom configuration file found!");
|
||||
|
||||
Reference in New Issue
Block a user