Fix API bundler. Use new esbuild context builder for it.
This commit is contained in:
Vendored
+1
@@ -1,6 +1,7 @@
|
||||
import type { PageFiles } from "../types";
|
||||
type Params = {
|
||||
exclude_api?: boolean;
|
||||
api_only?: boolean;
|
||||
};
|
||||
export default function grabAllPages(params?: Params): PageFiles[];
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user