mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Moved the features to be environment variable only
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = {
|
||||
defaultLocale: 'en-US',
|
||||
},
|
||||
env: {
|
||||
WISHLIST_ENABLED: false,
|
||||
WISHLIST_ENABLED: true,
|
||||
},
|
||||
rewrites() {
|
||||
return [
|
||||
|
Reference in New Issue
Block a user