summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test/edge-functions (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-05Unflag hybrid output (#7260)Gravatar Nate Moore 1-7/+0
2023-05-31Revert "feat(hybrid): unflag hybrid output (#7255)" (#7259)Gravatar Nate Moore 1-0/+7
2023-05-31feat(hybrid): unflag hybrid output (#7255)Gravatar Nate Moore 1-7/+0
2023-05-17feat: hybrid output (#6991)Gravatar Happydev 8-50/+154
2023-05-01fix some TS compilation errors (#6939)Gravatar André Alves 5-14/+0
2023-04-10Fix no edge functions deployed to netlify (#6793)Gravatar André Alves 1-1/+1
2023-03-07chore: use directive `@ts-expect-error` instead of `@ts-ignore` (#6429)Gravatar Emanuele Stoppa 4-12/+12
2023-02-21[ci] formatGravatar bluwy 1-1/+1
2023-02-21Use .mjs extension when building for netlify edge and vercel serverless (#6317)Gravatar Bjorn Lu 4-0/+48
2022-11-08Support environment variables in Cloudflare and Netlify Edge functions (#5301)Gravatar Bjorn Lu 3-0/+10
2022-07-25Add the `output` option (#4015)Gravatar Matthew Phillips 3-9/+3
2022-06-22Enables eslint on the full repo and adds a rule for no `only()` tests (#3659)Gravatar Tony Sullivan 1-0/+1
2022-06-22Fix react dependencies to improve test reliability (#3673)Gravatar hippotastic 1-1/+3
2022-06-21[ci] formatGravatar matthewp 1-1/+1
2022-06-21Support re-exporting astro components containing client components (#3625)Gravatar Matthew Phillips 2-0/+3
2022-06-17[ci] formatGravatar bholmesdev 1-1/+3
2022-06-16Fix: Netlify edge deployment when using markdown (#3612)Gravatar Ben Holmes 3-2/+13
2022-06-07[ci] formatGravatar matthewp 2-5/+5
2022-06-07Allow dynamic imports when using Netlify Edge Functions (#3535)Gravatar Matthew Phillips 8-1/+93
2022-04-22[ci] formatGravatar matthewp 1-1/+3
2022-04-22Netlify Edge: forward requests for static assets (#3170)Gravatar Matthew Phillips 5-0/+48
2022-04-21[ci] formatGravatar matthewp 1-3/+1
2022-04-21Fixes using React.lazy and Suspense (#3160)Gravatar Matthew Phillips 6-2/+22
2022-04-20Revert "Fixes using React.lazy and Suspense"Gravatar Matthew Phillips 7-35/+2
2022-04-20Fixes using React.lazy and SuspenseGravatar unknown 7-2/+35
2022-04-19[ci] formatGravatar matthewp 1-1/+3
2022-04-19Netlify Edge function support (#3148)Gravatar Matthew Phillips 7-0/+70