mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
20 lines
327 B
JSON
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"]
|
|
}
|