summaryrefslogtreecommitdiff
path: root/packages/integrations/vercel/test/serverless-with-dynamic-routes.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-30chore: move node and vercel to adapters repo (#11866)Gravatar Alexander Niebuhr 1-27/+0
2024-08-08update formatter config (#11640)Gravatar Darius 1-2/+2
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-02-13chore(@astrojs/vercel): migrate tests to `node:test` (#10010)Gravatar Ming-jun Lu 1-6/+8
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-09-06[ci] formatGravatar ematipico 1-2/+5
2023-09-06fix: include route prefix in vercel func names, fix #8401 (#8408)Gravatar Slawek Kolodziej 1-0/+22
* fix: include route prefix in vercel func names * chore: add changeset * chore: update pnpm lockfile * refactor: simplify logic that generates vercel func names * fix: properly remove entryFile prefix from func name * refactor: change how vercel function names are generated --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>