style: 将 biome lineWidth 从默认 80 调整为 120
This commit is contained in:
@@ -10,11 +10,7 @@
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dist:linux": {
|
||||
"dependsOn": [
|
||||
"build",
|
||||
"@furtherverse/server#compile:linux:arm64",
|
||||
"@furtherverse/server#compile:linux:x64"
|
||||
],
|
||||
"dependsOn": ["build", "@furtherverse/server#compile:linux:arm64", "@furtherverse/server#compile:linux:x64"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dist:linux:arm64": {
|
||||
@@ -26,11 +22,7 @@
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dist:mac": {
|
||||
"dependsOn": [
|
||||
"build",
|
||||
"@furtherverse/server#compile:darwin:arm64",
|
||||
"@furtherverse/server#compile:darwin:x64"
|
||||
],
|
||||
"dependsOn": ["build", "@furtherverse/server#compile:darwin:arm64", "@furtherverse/server#compile:darwin:x64"],
|
||||
"outputs": ["dist/**"]
|
||||
},
|
||||
"dist:mac:arm64": {
|
||||
|
||||
Reference in New Issue
Block a user