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 4b0d834 commit 654ad88Copy full SHA for 654ad88
packages/vercel-blob/api/index.ts
@@ -4,7 +4,7 @@
4
*/
5
6
import { Application, HttpRequest } from '@kodular/tinywebdb-core';
7
-import { VercelBlobStorage } from '../src/VercelBlobStorage';
+import { VercelBlobStorage } from '../src/VercelBlobStorage.js';
8
9
/**
10
* Converts Vercel Request to our cloud-agnostic HttpRequest
0 commit comments