You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error(chalk.red(`\nError loading or parsing configuration file: ${configPath}`));
35
+
console.error(error);
36
+
returnnull;
37
+
}
38
+
}
32
39
40
+
exportasyncfunctionloadAdminForthConfig(){
41
+
try{
42
+
constadminInstance=getAdminInstance();
33
43
34
44
if(!adminInstance){
35
45
thrownewError(`Could not find 'admin' export in ${configFileName}. Please ensure your config file exports the AdminForth instance like: 'export const admin = new AdminForth({...});'`);
0 commit comments