UNPKG

@selfage/bundler_cli

Version:

CLI for bundling and running bundled frontend or backend TypeScript files.

3 lines (2 loc) 256 B
import { CommonBundleOptions } from "./bundler"; export declare function bundleWebServer(serverSourceFile: string, serverOutputFile: string, webAppEntriesConfigFile?: string, fromDir?: string, toDir?: string, options?: CommonBundleOptions): Promise<void>;