mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Move deno std from deno.land to jsr
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { build } from "esbuild/mod.js";
|
||||
import { join, resolve } from "std/path/mod.ts";
|
||||
import { join, resolve } from "@std/path";
|
||||
import { asyncForEach, calFileMd5, checkMapFile } from "../utils.ts";
|
||||
|
||||
export async function build_sw() {
|
||||
|
||||
Reference in New Issue
Block a user