mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"globalDependencies": [".env"],
|
|
"pipeline": {
|
|
"dev": {},
|
|
"lint": {},
|
|
"start": {},
|
|
"build": {
|
|
"outputs": ["dist/**", ".next/**"],
|
|
"dependsOn": ["^build"]
|
|
}
|
|
}
|
|
}
|