summaryrefslogtreecommitdiff
path: root/packages/integrations/node/test/api-route.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-26Fixes binary data request bodies in the Node adapter (#4055)Gravatar Matthew Phillips 1-0/+16
* Fixes binary data request bodies in the Node adapter * Fix type
2022-07-25Add the `output` option (#4015)Gravatar Matthew Phillips 1-3/+1
* Start of work on astroConfig.mode === 'server' * Add tests and more * adapter -> deploy in some places * Add fallback for `adapter` config * Update more tests * Update image tests * Fix clientAddress test * Updates based on PR review * Add a changeset * Update integrations tests + readme * Oops * Remove old option * Rename `mode` to `output` * Update Node adapter test * Update test * fred pass * fred pass * fred pass * fix test Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-07-22[ci] formatGravatar matthewp 1-3/+2
2022-07-22Fixes Node adapter receiving a request body (#4023)Gravatar Matthew Phillips 1-0/+37
* Fixes Node adapter receiving a request body * Updated lockfile