Skip to content

Commit

Permalink
fix: docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Nov 27, 2024
1 parent fb95ecf commit 109e817
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.10"
}
},
"optionalDependencies": {
"@rollup/rollup-linux-arm64-musl": "^4.27.4",
"@rollup/rollup-linux-x64-musl": "^4.27.4",
"@swc/core-linux-arm64-musl": "^1.9.3"
}
}

0 comments on commit 109e817

Please sign in to comment.