Files
Reactive-Resume/turbo.json
2022-08-26 00:00:18 +02:00

20 lines
327 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"dev": {
"cache": false
},
"lint": {
"cache": false
},
"start": {
"cache": false
},
"build": {
"outputs": ["dist/**", ".next/**"],
"dependsOn": ["^build"]
}
},
"globalDependencies": [".env"]
}