Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 6c3767b

Browse files
committed
Upgrade esbuild
1 parent b7a46a7 commit 6c3767b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { basename, dirname, extname, join } from "https://deno.land/[email protected]/path/mod.ts";
22
import { ensureDir } from "https://deno.land/[email protected]/fs/ensure_dir.ts";
3-
import { build as esbuild, type Loader, stop } from "https://deno.land/x/[email protected].23/mod.js";
3+
import { build as esbuild, type Loader, stop } from "https://deno.land/x/[email protected].34/mod.js";
44
import { parseExportNames } from "../compiler/mod.ts";
55
import cache from "../lib/cache.ts";
66
import { existsDir, existsFile } from "../lib/fs.ts";

0 commit comments

Comments
 (0)