mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
c29200fac5
Co-authored-by: Peter Wielander <peter.wielander@vercel.com>
Workflows with Nitro v3
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