Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Apr 19, 2024
1 parent 7391c01 commit 6554cd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
},
"[yaml]": {
"editor.defaultFormatter": "redhat.vscode-yaml"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
}
}
}
10 changes: 3 additions & 7 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,16 @@
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"outputs": [
"dist/**"
],
"outputs": ["dist/**"],
"cache": true
},
"test": {},
"start": {
"dependsOn": [
"build"
]
"dependsOn": ["build"]
},
"dev": {},
"typecheck": {},
"web:build": {},
"web:start": {}
}
}
}

0 comments on commit 6554cd8

Please sign in to comment.