feat(store): add microcenter store location config (#215)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Yu-Po Luke Chen
2020-09-23 22:43:56 -04:00
committed by GitHub
parent 8a70f14743
commit d6a27c988c
6 changed files with 51 additions and 10 deletions
+1
View File
@@ -119,6 +119,7 @@ const page = {
const store = {
country: envOrString(process.env.COUNTRY, 'usa'),
microCenterLocation: envOrString(process.env.MICROCENTER_LOCATION, 'web'),
showOnlyBrands: envOrArray(process.env.SHOW_ONLY_BRANDS),
showOnlySeries: envOrArray(process.env.SHOW_ONLY_SERIES, ['3070', '3080', '3090']),
stores: envOrArray(process.env.STORES, ['nvidia'])