We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb01fe7 commit f086b33Copy full SHA for f086b33
adminforth/commands/createCustomComponent/configLoader.js
@@ -10,7 +10,6 @@ dotenv.config({ path: '.env', override: true });
10
export async function getAdminInstance() {
11
const configFileName = 'index.ts';
12
const configPath = path.resolve(process.cwd(), configFileName);
13
- console.log('Loading config from', configPath);
14
try {
15
await fs.access(configPath);
16
} catch (error) {
0 commit comments