mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
89983d9ea7
* Bump e2e framework versions (#2814) * Fix SvelteKit config loading * Bump e2e framework versions Signed-off-by: Nathan Colosimo <110621881+NathanColosimo@users.noreply.github.com> * Fix SvelteKit config loading * Fix stable SvelteKit Undici resolution --------- Signed-off-by: Nathan Colosimo <110621881+NathanColosimo@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nathan Colosimo <110621881+NathanColosimo@users.noreply.github.com>
Workflows with Fastify (Nitro v3)
- Learn more about Fastify: https://fastify.dev
- Learn more about Nitro: https://v3.nitro.build/
Commands
Local development:
npm run dev
Production build (Vercel):
NITRO_PRESET=vercel npm run build
npx vercel --prebuilt
Production build (Node.js):
npm run build
node .output/server/index.mjs