Skip to content
This repository was archived by the owner on Sep 21, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 167 Bytes

File metadata and controls

8 lines (7 loc) · 167 Bytes

vercel-bullmq-example

  • Run the following commands
    npm install
    docker run --name vercel-bullmq-redis -p 6379:6379 -d redis
    vercel dev