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:
parent
be2774b357
commit
4ac2718883
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue