saleor-apps-redis_apl/turbo.json
Lukasz Ostrowski de68dcca7b Update
2023-01-29 20:23:51 +01:00

16 lines
319 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": [".next/**"]
},
"saleor-app-slack#build": {
"env": ["APL", "SENTRY_AUTH_TOKEN", "SENTRY_PROJECT", "SENTRY_ORG"]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
}
}
}