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
thrownewError(`Could not find 'admin' export in ${configFileName}. Please ensure your config file exports the AdminForth instance like: 'export const admin = new AdminForth({...});'`);
36
47
}
@@ -53,7 +64,7 @@ export async function loadAdminForthConfig() {
53
64
returnconfig;
54
65
55
66
}catch(error){
56
-
console.error(chalk.red(`\nError loading or parsing configuration file: ${configPath}`));
67
+
console.error(chalk.red(`\nError loading or parsing configuration file: ${configPath}, error: ${error}`));
0 commit comments