saleor-apps-redis_apl/turbo.json

17 lines
319 B
JSON
Raw Normal View History

2023-01-20 16:00:02 +00:00
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": [".next/**"]
},
2023-01-20 16:38:13 +00:00
"saleor-app-slack#build": {
"env": ["APL", "SENTRY_AUTH_TOKEN", "SENTRY_PROJECT", "SENTRY_ORG"]
},
2023-01-20 16:00:02 +00:00
"lint": {},
"dev": {
"cache": false,
"persistent": true
}
}
2023-01-20 16:38:13 +00:00
}