Files
Reactive-Resume/turbo.json
2022-12-16 14:34:15 +01:00

14 lines
249 B
JSON

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