saleor-apps-redis_apl/turbo.json
Lukasz Ostrowski 8a7371c3d2 basic setup
2023-01-20 17:00:02 +01:00

14 lines
No EOL
233 B
JSON

{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": [],
"pipeline": {
"build": {
"outputs": [".next/**"]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
}
}
}