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/adapter-vercel/README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,17 @@ import vercel from '@sveltejs/adapter-vercel';
14
14
exportdefault {
15
15
kit: {
16
16
...
17
-
adapter:vercel()
17
+
adapter:vercel(options)
18
18
}
19
19
};
20
20
```
21
21
22
+
## Options
23
+
24
+
You can pass an `options` argument, if necessary, with the following:
25
+
26
+
-`external` — an array of dependencies that [esbuild](https://esbuild.github.io/api/#external) should treat as external
27
+
22
28
## Changelog
23
29
24
30
[The Changelog for this package is available on GitHub](https://github.com./sveltejs/kit/blob/master/packages/adapter-vercel/CHANGELOG.md).
0 commit comments