mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-01-11 20:10:18 +00:00
Allow building for arm
This commit is contained in:
parent
8852fca320
commit
8b26bcf554
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:18-alpine as base
|
||||
FROM node:20-alpine as base
|
||||
WORKDIR /app
|
||||
|
||||
# Build layer
|
||||
|
|
|
|||
|
|
@ -27,5 +27,10 @@
|
|||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.0",
|
||||
"eslint-plugin-prettier": "^5.0.0"
|
||||
},
|
||||
"pnpm": {
|
||||
"overides": {
|
||||
"rollup": "@rollup/wasm-node"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue