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 b79bee4 commit 261b45eCopy full SHA for 261b45e
adminforth/commands/createResource/main.js
@@ -1,4 +1,3 @@
1
-import { stringify } from 'flatted';
2
import { callTsProxy, findAdminInstance } from "../callTsProxy.js";
3
import { toTitleCase } from '../utils.js';
4
import { generateResourceFile } from "./generateResourceFile.js";
@@ -8,7 +7,6 @@ import { select } from "@inquirer/prompts";
8
7
export default async function createResource(args) {
9
console.log("Bundling admin SPA...");
10
const instance = await findAdminInstance();
11
- console.log("🪲 AdminForth config:", stringify(instance.file));
12
console.log("🪲 Found admin instance:", instance.file);
13
14
console.log(JSON.stringify(instance));
0 commit comments