chore: remove all references to PayloadCMS

This commit is contained in:
arraysid
2025-05-25 13:32:58 +07:00
parent 9a0fee65a5
commit edc8fff13a
37 changed files with 434 additions and 7408 deletions
+1 -8
View File
@@ -1,15 +1,8 @@
const { composePlugins, withNx } = require('@nx/next');
const { withPayload } = require('@payloadcms/next/withPayload');
/** @type {import('@nx/next/plugins/with-nx').WithNxOptions} */
const nextConfig = {
nx: { svgr: false },
sassOptions: {
quietDeps: true,
logger: {
warn: () => {},
},
},
};
module.exports = composePlugins(withNx, withPayload)(nextConfig);
module.exports = composePlugins(withNx)(nextConfig);