UNPKG

vite-plugin-local

Version:

A Vite plugin to enable a development environment for minimalists.

5 lines (4 loc) 287 B
import type { SingleReverseProxyConfig } from '@stacksjs/rpx'; import type { VitePluginLocalOptions } from './types'; export declare function getDefaultSSLConfig(): void; export declare function buildConfig(options: VitePluginLocalOptions, serverUrl?: string): SingleReverseProxyConfig;