Skip to content

Commit 110f1ff

Browse files
author
Guy Bedford
authored
fix: documentation site build (#831)
1 parent 248ece5 commit 110f1ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

documentation/app/src/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
import { get } from "@jakechampion/c-at-e-file-server";
55
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;
610

711
addEventListener("fetch", (event) => event.respondWith(app(event)));
812

0 commit comments

Comments
 (0)