@gadmin2n/prisma-react-generator 0.0.42 → 0.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generator/index.js +1 -1
- package/package.json +1 -1
package/dist/generator/index.js
CHANGED
|
@@ -73,7 +73,7 @@ const run = ({ output, dmmf, ...options }) => {
|
|
|
73
73
|
}),
|
|
74
74
|
};
|
|
75
75
|
if (existingPageModels === null || existingPageModels === void 0 ? void 0 : existingPageModels.has(modelDirName)) {
|
|
76
|
-
sdk_1.logger.info(`Skipping page generation for Model ${model.name} (already exists in
|
|
76
|
+
sdk_1.logger.info(`Skipping page generation for Model ${model.name} (already exists in pages/)`);
|
|
77
77
|
return [configFile, modelFile];
|
|
78
78
|
}
|
|
79
79
|
const createPageFile = {
|
package/package.json
CHANGED