Skip to content

Commit

Permalink
style: reformat the code
Browse files Browse the repository at this point in the history
  • Loading branch information
theaungmyatmoe committed Oct 16, 2023
1 parent 7b8d454 commit 264a7cd
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
{
"$schema": "https://turbz¥o.build/schema.json",
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
".next/**",
"!.next/cache/**"
]
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {},
"dev": {
"cache": false,
"persistent": true
}
}
}
}

0 comments on commit 264a7cd

Please sign in to comment.