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

cli hangs on user create #28

Closed rizen closed 5 months ago

rizen commented 8 months ago

Example: ./ving.ts user --add Admin --email you@domain.com --password 123qwe --admin

You have to then Ctrl-C out of it.

I think it's not letting go of the mysql connection

rizen commented 5 months ago

fixed, it was not letting go of the cache connection