saleor-apps-redis_apl/turbo.json
Lukasz Ostrowski 3092be00ff Update configs
2023-02-07 20:37:30 +01:00

24 lines
586 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"build#saleor-app-data-importer": {
"env": ["NEXT_PUBLIC_NUVO_LICENSE_KEY"]
},
"build#saleor-app-invoicesr": {
"env": ["APP_DEBUG", "NODE_ENV", "SECRET_KEY", "TEMP_PDF_STORAGE_DIR", "PORT","VERCEL_URL", "ALLOWED_DOMAIN_PATTERN"]
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
},
"test": {},
"test:ci": {}
}
}