saleor-apps-redis_apl/apps/invoices/turbo.json
Lukasz Ostrowski 1fef68b49e
Improves how Saleor version is validated during installation (Invoices) (#390)
* Extract SaleorVersionCompatibilityValidator + tests

* Use SaleorVersionCompatibilityValidtor in register handler

* Replace coerce with includePrerelease in saleor version matching

* Changelogs
2023-04-17 12:39:13 +02:00

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"
]
}
}
}