UNPKG

vite-plugin-domo-proxy

Version:

Native vite plugin to proxy requests through the vite-dev-server to domo

6 lines (5 loc) 148 B
import { ViteDevServer } from "vite"; export declare function domoProxy(): { name: string; configureServer(server: ViteDevServer): void; };