mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix deno on darwin/aarch64 (#98)
This commit is contained in:
parent
b9231f54ca
commit
92c47e2b7b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ args:
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
import { parsePackageRequirement } from "types"
|
import { parsePackageRequirement } from "types"
|
||||||
import hydrate from "prefab/hydrate.ts"
|
import hydrate from "prefab/hydrate-topological.ts"
|
||||||
import { get_build_deps } from "./_lib.ts"
|
import { get_build_deps } from "./_lib.ts"
|
||||||
import useFlags from "hooks/useFlags.ts"
|
import useFlags from "hooks/useFlags.ts"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue