UNPKG

beam-cli

Version:

A beautifully simple CLI for running Lighthouse audits on a statically generated (SSG) website

6 lines (5 loc) 199 B
import type { Options } from '../options/types.js'; export declare const initialiseServer: (options: Options) => Promise<{ server: import("@web/dev-server-core").DevServer; port: number; }>;