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: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,15 @@ We then construct a main export file that knows how to parse `next.config.js`
66
66
and route to the correct files, which we've statically analyzed and are included
67
67
in the generated `dist/index.js` file.
68
68
69
+
## Caveats
70
+
71
+
Vercel's Edge Runtime is supported only when running in a Node.js environment. In other words, a bundled nsm project cannot be run in the Edge Runtime.
72
+
73
+
nsm's implementation of the Edge Runtime does not support:
0 commit comments