mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
7cf00d1503
This fixes builds on alpine-arm64 (and presumably also other musl-arm64 distros)
15 lines
379 B
YAML
15 lines
379 B
YAML
nodeLinker: pnp
|
|
pnpMode: loose
|
|
|
|
supportedArchitectures:
|
|
os: ["current", "darwin", "linux"]
|
|
cpu: ["current", "x64", "arm64"]
|
|
libc: ["current", "glibc", "musl"]
|
|
|
|
plugins:
|
|
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
|
|
spec: "@yarnpkg/plugin-workspace-tools"
|
|
|
|
npmScopes:
|
|
iceshrimp:
|
|
npmRegistryServer: "https://iceshrimp.dev/api/packages/iceshrimp/npm/"
|