fixed missing deno.land source to run function

https://deno.land/x/run_simple@2.3.0/mod.ts
This commit is contained in:
niclaz 2024-09-08 23:07:36 +02:00 committed by GitHub
parent b2ee4fc7d5
commit 93101d906d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 { join } from "jsr:@std/path@0.224.0";
import { emptyDir } from "jsr:@std/fs@0.224.0"; import { emptyDir } from "jsr:@std/fs@0.224.0";