Skip to content

Commit 9327012

Browse files
authored
chore: use esm.sh instead for jsdelivr is blocked (#12)
1 parent 84a15a5 commit 9327012

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export {
1818
sql,
1919
Transaction,
2020
type TransactionSettings,
21-
} from "https://cdn.jsdelivr.net/npm/kysely@0.27.3/dist/esm/index.js";
21+
} from "https://esm.sh/kysely@0.27.3";
2222

23-
export * as kysely from "https://cdn.jsdelivr.net/npm/kysely@0.27.3/dist/esm/index.js";
23+
export * as kysely from "https://esm.sh/kysely@0.27.3";
2424
export { default as postgres } from "https://deno.land/x/postgresjs@v3.4.4/mod.js";

0 commit comments

Comments
 (0)