1
0
mirror of https://github.com/zws-im/zws.git synced 2025-10-30 23:27:52 +02:00

style: format with Prettier

This commit is contained in:
Jonah Snider
2025-04-27 12:44:03 -07:00
parent 0bb4729097
commit 4a4a9a4cf7

View File

@@ -1,20 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": [
"^build"
],
"outputs": [
".next/**",
"!.next/cache/**"
]
},
"type-check": {
"dependsOn": [
"build",
"^build"
]
}
}
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"]
},
"type-check": {
"dependsOn": ["build", "^build"]
}
}
}