mirror of
https://github.com/SukkaW/Surge.git
synced 2026-05-01 02:18:34 +08:00
Some checks are pending
Build / Build (push) Waiting to run
Build / Diff output (push) Blocked by required conditions
Build / Deploy to Cloudflare Pages (3.114.12) (push) Blocked by required conditions
Build / Deploy to GitHub and GitLab (push) Blocked by required conditions
Build / Remove Artifacts after Deployment (push) Blocked by required conditions
22 lines
482 B
YAML
22 lines
482 B
YAML
allowBuilds:
|
|
'@swc/core': true
|
|
better-sqlite3: true
|
|
bufferutil: false
|
|
es5-ext: false
|
|
unrs-resolver: true
|
|
utf-8-validate: false
|
|
ignoredBuiltDependencies:
|
|
- bufferutil
|
|
- es5-ext
|
|
- utf-8-validate
|
|
onlyBuiltDependencies:
|
|
- '@swc/core'
|
|
- better-sqlite3
|
|
- oxc-resolver
|
|
- unrs-resolver
|
|
overrides:
|
|
eslint>chalk: npm:picocolors@^1.1.1
|
|
globalthis: npm:@nolyfill/globalthis@^1.0.44
|
|
has: npm:@nolyfill/has@^1.0.44
|
|
safe-buffer: npm:@nolyfill/safe-buffer@^1.0.44
|