winterspec
Version:
Write Winter-CG compatible routes with filesystem routing and tons of features
8 lines (7 loc) • 312 B
TypeScript
import { BundleOptions } from "./types.js";
/**
* This does not directly provide a way to retrieve the contents or path of the bundle. You should provide a plugin in the `esbuild` option to do so.
*/
export declare const bundleAndWatch: (options: BundleOptions) => Promise<{
stop: () => Promise<void>;
}>;