Skip to content

Commit 109e817

Browse files
committed
fix: docker build
1 parent fb95ecf commit 109e817

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,10 @@
2727
"typescript": "^5.7.2",
2828
"typescript-eslint": "^8.16.0",
2929
"vite": "^5.4.10"
30-
}
30+
},
31+
"optionalDependencies": {
32+
"@rollup/rollup-linux-arm64-musl": "^4.27.4",
33+
"@rollup/rollup-linux-x64-musl": "^4.27.4",
34+
"@swc/core-linux-arm64-musl": "^1.9.3"
35+
}
3136
}

0 commit comments

Comments
 (0)