fix: vercel static export path (#4370)

This enables the use of `{ output: static, adapter: vercelStaticAdapter}`

Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
This commit is contained in:
Nu11Terminator 2022-08-22 13:50:15 -05:00 committed by GitHub
parent be2774b357
commit 4ac2718883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
"./edge/entrypoint": "./dist/edge/entrypoint.js",
"./serverless": "./dist/serverless/adapter.js",
"./serverless/entrypoint": "./dist/serverless/entrypoint.js",
"./static": "./dist/serverless/adapter.js",
"./static": "./dist/static/adapter.js",
"./package.json": "./package.json"
},
"typesVersions": {