refactor: rename compile:mac/win to compile:darwin/windows to match Bun target names

This commit is contained in:
2026-02-08 23:39:30 +08:00
parent b149cc5dc0
commit a585069cdc
3 changed files with 9 additions and 9 deletions

View File

@@ -14,11 +14,11 @@
"outputs": ["dist/**"]
},
"dist:mac": {
"dependsOn": ["build", "@furtherverse/server#compile:mac"],
"dependsOn": ["build", "@furtherverse/server#compile:darwin"],
"outputs": ["dist/**"]
},
"dist:win": {
"dependsOn": ["build", "@furtherverse/server#compile:win"],
"dependsOn": ["build", "@furtherverse/server#compile:windows"],
"outputs": ["dist/**"]
}
}