fix(build): add Windows ARM64 Rollup native package

This commit is contained in:
Shantur Rathore
2026-04-19 08:49:23 +01:00
parent acfa265595
commit b00aa7ef84
3 changed files with 3 additions and 1 deletions

View File

@@ -36,6 +36,7 @@
"@rollup/rollup-darwin-x64": "4.52.5",
"@rollup/rollup-linux-arm64-gnu": "4.52.5",
"@rollup/rollup-linux-x64-gnu": "4.52.5",
"@rollup/rollup-win32-arm64-msvc": "4.52.5",
"@rollup/rollup-win32-x64-msvc": "4.52.5"
}
}