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