fix: add placeholder to .env.example

This commit is contained in:
ArraysID
2025-05-11 05:32:55 +07:00
parent 3f1b2a2bd7
commit f1f72402b2
3 changed files with 11 additions and 9 deletions
-3
View File
@@ -10,9 +10,6 @@ const nextConfig = {
warn: () => {},
},
},
webpack(config) {
return config;
},
};
module.exports = composePlugins(withNx, withPayload)(nextConfig);