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 248ece5 commit 110f1ffCopy full SHA for 110f1ff
documentation/app/src/index.js
@@ -3,6 +3,10 @@
3
4
import { get } from "@jakechampion/c-at-e-file-server";
5
import { env } from "fastly:env";
6
+import { KVStore } from "fastly:kv-store";
7
+
8
+// Pending update to https://github.com/JakeChampion/compute-file-server/commit/58bdcd4a6234bba5b74502f5f03bcaffabc7ad02
9
+globalThis.ObjectStore = KVStore;
10
11
addEventListener("fetch", (event) => event.respondWith(app(event)));
12
0 commit comments