fix: add placeholder to .env.example
This commit is contained in:
@@ -10,9 +10,6 @@ const nextConfig = {
|
||||
warn: () => {},
|
||||
},
|
||||
},
|
||||
webpack(config) {
|
||||
return config;
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = composePlugins(withNx, withPayload)(nextConfig);
|
||||
|
||||
Reference in New Issue
Block a user