Skip to content

Commit

Permalink
Make throw be the entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Aug 28, 2023
1 parent a719631 commit 281fdad
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"bugs": "https://github.com/withastro/astro/issues",
"homepage": "https://docs.astro.build/en/guides/integrations-guide/vercel/",
"exports": {
"./edge": "./dist/edge/adapter.js",
"./edge/entrypoint": "./dist/edge/entrypoint.js",
"./edge": "./dist/edge/throw.js",
"./edge/entrypoint": "./dist/edge/throw.js",
"./serverless": "./dist/serverless/adapter.js",
"./serverless/entrypoint": "./dist/serverless/entrypoint.js",
"./static": "./dist/static/adapter.js",
Expand Down
1 change: 0 additions & 1 deletion packages/integrations/vercel/src/edge/adapter.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/integrations/vercel/src/edge/entrypoint.ts

This file was deleted.

0 comments on commit 281fdad

Please sign in to comment.