We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a15a5 commit 9327012Copy full SHA for 9327012
1 file changed
deps.ts
@@ -18,7 +18,7 @@ export {
18
sql,
19
Transaction,
20
type TransactionSettings,
21
-} from "https://cdn.jsdelivr.net/npm/kysely@0.27.3/dist/esm/index.js";
+} from "https://esm.sh/kysely@0.27.3";
22
23
-export * as kysely from "https://cdn.jsdelivr.net/npm/kysely@0.27.3/dist/esm/index.js";
+export * as kysely from "https://esm.sh/kysely@0.27.3";
24
export { default as postgres } from "https://deno.land/x/postgresjs@v3.4.4/mod.js";
0 commit comments