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 43d510b commit 10f1eaeCopy full SHA for 10f1eae
generate_schemas.js
@@ -21,6 +21,7 @@ const [directoryPath, project_name] = findDirectoryPath("src/");
21
const outputFile = path.join(process.cwd(), "schemas.json");
22
23
function return_json_schema(directoryPath, folder_path, project_name) {
24
+ console.log("directoryPath", directoryPath);
25
const folders = fs
26
.readdirSync(path.normalize(directoryPath), { withFileTypes: true })
27
.filter((folder) => folder.isDirectory())
0 commit comments