Vitaliy Lyovkin
Vitaliy Lyovkin
Hey! I am using this plugin really often with Vite and Vue 3. But now I am trying to use this plugin on Vue 2 and webpack 4 and getting...
Getting the following error in the console when using this plugin with nuxt 3: ``` Accessing app is not supported in Nuxt3. mock @ legacy-app.mjs:4 get @ legacy-app.mjs:88 default @...
### Describe the feature When developing a rest API, it's considered good to use semantic status codes for different response types. So I do in my API routes: ```ts import...