You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vercel-blob/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# @tinywebdb/vercel-blob
2
2
3
-
TinyWebDB deployment for Vercel Edge Functions with Blob storage.
3
+
TinyWebDB deployment for Vercel Functions (Node.js Runtime) with Blob storage.
4
4
5
5
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FKodular%2FTinyWebDB-OneClick%2Ftree%2Fmain%2Fpackages%2Fvercel-blob&project-name=tinywebdb-vercel-blob&repository-name=tinywebdb-vercel-blob&stores=%5B%7B%22type%22%3A%22blob%22%7D%5D)
6
6
7
7
## Features
8
8
9
-
-**Global edge deployment**: Runs on Vercel's Edge Network
10
-
-**Unlimited storage**: No size limits for individual values
9
+
-**Node.js Runtime**: Uses Vercel's Node.js runtime (required for @vercel/blob)
10
+
-**Unlimited storage**: No size limits for individual values (up to 500 MB per blob)
11
11
-**CDN distribution**: Automatic global content delivery
0 commit comments