UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

7 lines (6 loc) 313 B
import { Plugin } from 'vite'; import { ResolvedConfig, WxtDevServer } from '../../../../types'; /** * Defines global constants about the dev server. Helps scripts connect to the server's web socket. */ export declare function devServerGlobals(config: ResolvedConfig, server: WxtDevServer | undefined): Plugin;