UNPKG

astro-parcel

Version:

Build and optimize your Astro project using Parcel

9 lines (8 loc) 503 B
import { Options } from "./options"; export declare function getHTMLFiles(astroDist: string): Promise<string[]>; export declare function makeHTMLFilesRelative(astroDist: string, srcDir: string): Promise<void>; export declare function getParcelBinPath(): string; export declare function getAstroBinPath(): string; export declare function build(options: Options): Promise<void>; export declare function dev(options: Options): Promise<void>; export declare function serve(options: Options): Promise<void>;