plainblack / ving

An opinionated web services starter for Nuxt3 that provides REST and per-field privileges out of the box.
https://plainblack.github.io/ving/
58 stars 7 forks source link

Help page type, missing "jobs" #160

Closed perlDreamer closed 4 weeks ago

perlDreamer commented 1 month ago

On this page:

https://plainblack.github.io/ving/subsystems/jobs.html

Under "Running Jobs", this:

./ving.mjs --worker --ttl 60

should be

./ving.mjs jobs --worker --ttl 60

rizen commented 4 weeks ago

fixed