Fix API bundler. Use new esbuild context builder for it.
This commit is contained in:
Vendored
+1
@@ -4,4 +4,5 @@ export declare const AppData: {
|
||||
readonly BunextStaticFilesCacheExpiry: number;
|
||||
readonly ClientHMRPath: "__bunext_client_hmr__";
|
||||
readonly BunextClientHydrationScriptID: "bunext-client-hydration-script";
|
||||
readonly BunextTmpFileExt: ".bunext_tmp.tsx";
|
||||
};
|
||||
|
||||
Vendored
+1
@@ -4,4 +4,5 @@ export const AppData = {
|
||||
BunextStaticFilesCacheExpiry: 60 * 60 * 24 * 7,
|
||||
ClientHMRPath: "__bunext_client_hmr__",
|
||||
BunextClientHydrationScriptID: "bunext-client-hydration-script",
|
||||
BunextTmpFileExt: ".bunext_tmp.tsx",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user