Dashboard for pg-boss
PGBOSS_DATABASE_URL=
DISABLE_AUTH=
AUTH_USERNAME=
AUTH_PASSWORD=
JWT_SECRET=
npm install
# Install NX CLI
npm install -g nx
# Run PgBoss Dashboard and WebSocket server
nx run-many --target serve --all
# Open http://localhost:4200 in the browser