mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
fixed missing deno.land source to run function
https://deno.land/x/run_simple@2.3.0/mod.ts
This commit is contained in:
parent
b2ee4fc7d5
commit
93101d906d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import { run } from "jsr:@std/path@0.224.0";
|
||||
import { run } from "https://deno.land/x/run_simple@2.3.0/mod.ts";
|
||||
import { join } from "jsr:@std/path@0.224.0";
|
||||
import { emptyDir } from "jsr:@std/fs@0.224.0";
|
||||
|
||||
|
|
Loading…
Reference in a new issue