
* Extract SaleorVersionCompatibilityValidator + tests * Use SaleorVersionCompatibilityValidtor in register handler * Replace coerce with includePrerelease in saleor version matching * Changelogs
21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"build": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"TEMP_PDF_STORAGE_DIR",
|
|
"PORT",
|
|
"VERCEL_URL",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"NEXT_PUBLIC_VERCEL_ENV",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN"
|
|
]
|
|
}
|
|
}
|
|
}
|