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 2ca994d commit 88f0b30Copy full SHA for 88f0b30
generate_schemas.js
@@ -12,6 +12,7 @@ const findDirectoryPath = (targetDirectoryName) => {
12
name: folder.name,
13
path: path.join(pathToCheck, folder.name),
14
}));
15
+ console.log(folders)
16
const routesDirectory = path.join(folders[0].path, "routes");
17
return [routesDirectory, folders[0].name];
18
};
0 commit comments