mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-04 22:16:08 +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({
|
await build({
|
||||||
shims: {
|
shims: {
|
||||||
|
undici: true,
|
||||||
deno: true,
|
deno: true,
|
||||||
timers: true,
|
timers: true,
|
||||||
custom: [
|
custom: [
|
||||||
@ -29,10 +30,10 @@ await build({
|
|||||||
license: 'Apache License 2.0',
|
license: 'Apache License 2.0',
|
||||||
repository: {
|
repository: {
|
||||||
type: 'git',
|
type: 'git',
|
||||||
url: 'git+https://github.com/yuzudev/oasis.git',
|
url: 'git+https://github.com/deno-biscuit/biscuit.git',
|
||||||
},
|
},
|
||||||
bugs: {
|
bugs: {
|
||||||
url: 'https://github.com/yuzudev/oasis/issues',
|
url: 'https://github.com/deno-biscuit/biscuit/issues',
|
||||||
},
|
},
|
||||||
typesVersions: {
|
typesVersions: {
|
||||||
'*': {
|
'*': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user