mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
fix: undici shim
This commit is contained in:
parent
3781f63e6d
commit
ffed682c25
5
build.ts
5
build.ts
@ -4,6 +4,7 @@ await Deno.remove('npm', { recursive: true }).catch((_) => {});
|
||||
|
||||
await build({
|
||||
shims: {
|
||||
undici: true,
|
||||
deno: true,
|
||||
timers: true,
|
||||
custom: [
|
||||
@ -29,10 +30,10 @@ await build({
|
||||
license: 'Apache License 2.0',
|
||||
repository: {
|
||||
type: 'git',
|
||||
url: 'git+https://github.com/yuzudev/oasis.git',
|
||||
url: 'git+https://github.com/deno-biscuit/biscuit.git',
|
||||
},
|
||||
bugs: {
|
||||
url: 'https://github.com/yuzudev/oasis/issues',
|
||||
url: 'https://github.com/deno-biscuit/biscuit/issues',
|
||||
},
|
||||
typesVersions: {
|
||||
'*': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user