fix: silence erroneous prisma package.json warnings (#1875)

This commit is contained in:
Eric Allam
2025-04-02 22:39:29 +01:00
committed by GitHub
parent 5bdbf47fb3
commit 18ad897171
+1
View File
@@ -204,6 +204,7 @@ async function createBuildOptions(
logLevel: "silent",
logOverride: {
"empty-glob": "silent",
"package.json": "silent",
},
};
}