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 6c311f0 commit b29dc1fCopy full SHA for b29dc1f
tools/orama_package_reindex.ts
@@ -4,7 +4,7 @@ import type {
4
Package,
5
RuntimeCompat,
6
} from "../frontend/utils/api_types.ts";
7
-import { chunk } from "std/collections";
+import { chunk } from "@std/collections";
8
9
const index = Deno.env.get("ORAMA_PACKAGE_INDEX_ID");
10
const auth = Deno.env.get("ORAMA_PACKAGE_PRIVATE_API_KEY");
0 commit comments