{ "$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 } } }