UNPKG

vite-ssh-plugin

Version:
11 lines (9 loc) 189 B
type ViteSshPluginOptions = { host: string; port?: number; username: string; password: string; path: string; localPath: string; }; export { ViteSshPluginOptions };