summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/functions/test-utils.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-27Remove Netlify adapter from core (#8574)Gravatar Matthew Phillips 1-34/+0
* New link * More explicit * Add placeholder package.json * lockfile * add keyworkds
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-1/+1
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2023-07-13feat(@astrojs/netlify): add `build.split` support (#7615)Gravatar Emanuele Stoppa 1-1/+6
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2022-04-19[ci] formatGravatar matthewp 1-4/+4
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 1-0/+29
* Netlify Edge function support * Update readme with edge function information * Adds a changeset * Disable running edge function test in CI for now