UNPKG

@knightly/vite

Version:

Native-ESM powered web dev build tool. It's fast.

7 lines (6 loc) 212 B
import { ServerPlugin } from '.'; import { IKoaProxiesOptions } from 'koa-proxies'; export declare type ProxiesOptions = IKoaProxiesOptions & { ws: boolean; }; export declare const proxyPlugin: ServerPlugin;