Start Your Server
Start All Services
To start the HTTP server, scheduler, and queues all together:
- npm
- Yarn
- pnpm
npm run pdev start
yarn pdev start
pnpm 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