Skip to main content

Start Your Server

Start All Services

To start the HTTP server, scheduler, and queues all together:

npm run pdev start

Start Individual Services

pdev start accepts flags to start indivitual services:

  • --all: Start all services (default)
  • --http: Start only the HTTP server
  • --scheduler: Start only the scheduler
  • --queues: Start only the queues