A OX App Suite specific proxy for developing against multiple vite-dev servers. Latest version: 0.9.2, last published: 5 months ago. Start using @open-xchange/vite-plugin-proxy in your project by running `npm i @open-xchange/vite-plugin-proxy`. There are
Override module exports. Latest version: 0.2.1, last published: 3 months ago. Start using @postinumero/vite-plugin-module-proxy in your project by running `npm i @postinumero/vite-plugin-module-proxy`. There are 3 other projects in the npm registry using
import type { Plugin, ProxyOptions } from 'vite'; @@ -9,17 +8,10 @@ const error = (message: string): never => { export default (options?: Record<string, ProxyOptions>): Plugin => { let routes: Record<string, ProxyOptions>; if (version.startsWith('v2')) { console.warn( '[...
Run an HTTP2 proxy in development mode with Vite. Works great when paired withvite-plugin-mkcert. Why would I use this? When using Vite's built-in proxy andhttps: true, all requests are downgraded to HTTP1.1. Seethis issuefor discussion. This plugin is useful when you need to proxy req...
import http2Proxy from 'http2-proxy'; import type { Plugin, ProxyOptions } from 'vite'; @@ -8,6 +9,13 @@ const error = (message: string): never => { export default (options?: Record<string, ProxyOptions>): Plugin => { let routes: Record<string, ProxyOptions>; if (version...
Actions: cpsoinos/vite-plugin-http2-proxy Actions All workflows Workflows Changesets CI Management Caches All workflows Showing runs from all workflows 9 workflow runs Event Status Branch Actor docs: add badges to readme Changesets #5: Commit 8a11e8f pushed by cpsoinos main ...
…router-plugin/vite` (#1785) * chore: this route-tree has not been generated * chore: remove tests * refactor(router-plugin): export configSchema * refactor(start): use the exports from router-plugin * refactor(router-vite-plugin): just a proxy doing exports * fix(router-plugin): do ...
A Vite plugin that allows you to proxy requests to an HTTP2 server. - Labels · cpsoinos/vite-plugin-http2-proxy
I use a proxy to query the graphql API (kinda https://my_api.com/graphql), it works fine until I use the vite-plugin-pwa plugin. When the PWA plugin is plugged in, POST requests work as before, but GET (https://my_client.com/graphql) whi...
fix(vite-plugin-nitro): use proxy for API requests instead of custom …… 650f4a7 netlifybotcommentedOct 2, 2024• edited fix: add useAPIMiddleware flag and enable by default b99e9de vercelbotdeployedtoPreviewOctober 2, 2024 14:36View deployment ...