UNPKG

vite-plugin-local

Version:

A Vite plugin to enable a development environment for minimalists.

19 lines (13 loc) 308 B
import type { TlsConfig } from '@stacksjs/rpx'; export type { TlsConfig } export declare interface VitePluginLocalOptions { enabled?: boolean domain: string https?: boolean | TlsConfig cleanup?: boolean | { hosts?: boolean certs?: boolean } cleanUrls?: boolean verbose?: boolean }