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

replace axios with ofetch for CLI and jobs #117

Closed rizen closed 2 months ago

rizen commented 2 months ago

We want the niceties for axios, but using the modern fetch API. Look at whether we can steal $fetch from Nuxt.

rizen commented 2 months ago

use https://unjs.io/packages/ofetch

rizen commented 2 months ago

implemented