We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c97ed commit d4a4226Copy full SHA for d4a4226
1 file changed
examples/nextjs-starter/uniform.config.ts
@@ -1,3 +1,3 @@
1
import { uniformConfig } from "@uniformdev/cli/config";
2
3
-module.exports = uniformConfig({ preset: "all", disableEntities: ["webhook"] });
+module.exports = uniformConfig({ preset: "all", disableEntities: ["webhook", "locale"] });
0 commit comments