彻底重构-3
This commit is contained in:
@@ -156,11 +156,6 @@ function applyEnvOverrides(baseConfig) {
|
||||
nextConfig.orders.tokenTtlHours = tokenTtlHours
|
||||
}
|
||||
|
||||
const skuMappings = parseJsonObject(process.env.ORDER_SKU_MAPPINGS_JSON)
|
||||
if (skuMappings) {
|
||||
nextConfig.orders.skuMappings = skuMappings
|
||||
}
|
||||
|
||||
const fulfillmentBindings = parseJsonArray(process.env.ORDER_FULFILLMENT_BINDINGS_JSON)
|
||||
if (fulfillmentBindings) {
|
||||
nextConfig.orders.fulfillmentBindings = fulfillmentBindings
|
||||
|
||||
Reference in New Issue
Block a user