error: Uncaught (in worker "") (in promise) TypeError: Deno.openKv is not a function
const kv = await Deno.openKv();
^
at file:///C:/Users/admin/Documents/GitHub/my-blog/_cms.ts:13:23
at eventLoopTick (ext:core/01_core.js:177:7)
info: Deno.openKv() is an unstable API.
hint: Run again with `--unstable-kv` flag to enable this API.
error: Uncaught (in promise) Error: Unhandled error in child worker.
at Worker.#pollControl (ext:runtime/11_workers.js:204:19)
at eventLoopTick (ext:core/01_core.js:177:7)