react-server675fbba4
react-serverfilespackagesreact-serverlibbuildindex.d.ts
packages/react-server/lib/build/index.d.tsts296 B477b2cc5
/**
 * Builds a @lazarv/react-server project using the root entry point.
 *
 * @param root - Entry point of the React application
 * @param options - Options for the build, same as the options for the react-server CLI command
 */
export function build(root: string, options: any): Promise<void>;