create a jwt token if there is a customerId, move the get customer id to the main utils folder. Need to add in more value to the env file. Updated the env sample.

This commit is contained in:
George Fitzgibbons
2021-06-30 17:08:48 -04:00
parent a314893f62
commit 46e6d7b5a5
12 changed files with 28708 additions and 4603 deletions

View File

@@ -23,8 +23,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/local"],
"@framework/*": ["framework/local/*"]
"@framework": ["framework/bigcommerce"],
"@framework/*": ["framework/bigcommerce/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
@@ -34,6 +34,11 @@
"./framework/shopify",
"./framework/swell",
"./framework/vendure",
"./framework/saleor"
"./framework/saleor",
"framework/saleor",
"framework/shopify",
"framework/swell",
"framework/vendure",
"framework/local"
]
}