Skip to content

Commit

Permalink
update turbo conf
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimondev committed Jun 25, 2024
1 parent b9d8ca3 commit e50560d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
Expand All @@ -21,7 +21,7 @@
"dev": {
"cache": false,
"persistent": true,
"dotEnv": [".env.development.local", ".env.local", ".env.development"]
"inputs": [".env.development.local", ".env.local", ".env.development"]
}
}
}

0 comments on commit e50560d

Please sign in to comment.