Skip to content

Commit

Permalink
revert formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed May 28, 2024
1 parent ce25e09 commit 7e84350
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"globalDependencies": [
"**/.env.*local"
],
"globalDependencies": ["**/.env.*local"],
"tasks": {
"build": {
"outputs": [
".next/**",
"!.next/cache/**"
]
"outputs": [".next/**", "!.next/cache/**"]
},
"lint": {},
"dev": {
Expand Down

0 comments on commit 7e84350

Please sign in to comment.