Files
github-actions[bot] 97d4bd334d chore: ignore workflow swc caches (#2640) (#2650)
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>
2026-06-26 11:53:34 -07:00
..
2025-11-19 17:12:53 -08:00
2025-11-19 17:12:53 -08:00
2025-11-29 21:21:49 -08:00
2025-11-19 17:12:53 -08:00

Workflows with Express (Nitro v3)

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