/api/hook
/api/test-health-check
tsconfig
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