nuxt-proxy-request
Advanced tools
Comparing version 1.1.6 to 1.1.7
{ | ||
"name": "nuxt-proxy-request", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A http proxy module for nuxt(3) powered by h3-proxy.", | ||
@@ -5,0 +5,0 @@ "repository": "yisibell/nuxt-proxy-request", |
@@ -19,4 +19,9 @@ | ||
# Why this module? | ||
- See this issue [Error when starting a Project using "http-proxy-middleware" with "npm run start" #15608](https://github.com/nuxt/nuxt/issues/15608) | ||
## Features | ||
- Support for both **development** and **production** environments. | ||
- Almost the same API as [nuxt-proxy](https://github.com/wobsoriano/nuxt-proxy) that using [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware), But this module using <a href="https://github.com/yisibell/h3-proxy"> h3-proxy </a>. | ||
@@ -23,0 +28,0 @@ - Support **Typescript**. |
7460
103