aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/node/src/preview.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21[ci] formatGravatar JP Wienekus 1-1/+4
2025-05-21Handle module not found errors in server entrypoint (#13507)Gravatar Reuben Tier 1-1/+1
2025-02-07chore: fix linting issues, integration tests (#13187)Gravatar Emanuele Stoppa 1-4/+0
2025-02-06[ci] formatGravatar renovate[bot] 1-3/+3
2025-01-22fix: correctly handle wildcard hosts in preview (#514)Gravatar Matt Kane 1-2/+8
2025-01-07fix(deps): update all non-major dependencies (#457)Gravatar renovate[bot] 1-1/+0
2024-09-17Merge branch 'main' into nextGravatar Alexander Niebuhr 1-1/+1
2024-08-29chore: supress lintingGravatar Alexander Niebuhr 1-3/+6
2024-08-29chore: supress lintingGravatar Alexander Niebuhr 1-4/+6
2024-08-08update formatter config (#11640)Gravatar Darius 1-3/+3
2024-02-27chore: import sort source code, exception for the `astro` package (#10242)Gravatar Emanuele Stoppa 1-2/+2
2024-02-23Fix(node): Custom headers are not present in responses from standalone Node s...Gravatar Furkan Erdem 1-0/+13
2024-01-17[ci] formatGravatar Emanuele Stoppa 1-7/+7
2024-01-17Adapter enhancements (#9661)Gravatar Emanuele Stoppa 1-53/+20
2023-11-28Support immutable cache headers for _astro assets (#9125)Gravatar Matthew Phillips 1-0/+3
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 1-1/+1
2023-08-28[ci] formatGravatar ematipico 1-1/+1
2023-08-28refactor: use new Astro internals (#8254)Gravatar Emanuele Stoppa 1-6/+6
2023-08-18fix(node): delegate preview's not found and error handling to core/app (#8141)Gravatar Arsh 1-9/+1
2023-08-10[ci] formatGravatar natemoo-re 1-4/+5
2023-08-10Support `--host` for Node adapter preview (#6928)Gravatar Jerry_wu 1-2/+10
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-2/+2
2023-03-10fix: Enforce the usage of type imports when possible (#6502)Gravatar Erika 1-1/+1
2022-12-08[ci] formatGravatar natemoo-re 1-1/+3
2022-12-08Node: better serverEntrypoint error (#5560)Gravatar Nate Moore 1-4/+8
2022-11-07[ci] formatGravatar matthewp 1-4/+12
2022-11-07Handle `base` in adapters (#5290)Gravatar Matthew Phillips 1-1/+10
2022-10-12[ci] formatGravatar matthewp 1-20/+20
2022-10-12Node.js standalone mode + support for astro preview (#5056)Gravatar Matthew Phillips 1-0/+54