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

Perspective-Software/vercel-bullmq-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vercel-bullmq-example

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