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