10 lines
357 B
JavaScript
10 lines
357 B
JavaScript
export const AppData = {
|
|
DefaultCacheExpiryTimeSeconds: 60 * 60,
|
|
DefaultCronInterval: 30000,
|
|
BunextStaticFilesCacheExpiry: 60 * 60 * 24 * 7,
|
|
ClientHMRPath: "__bunext_client_hmr__",
|
|
BunextClientHydrationScriptID: "bunext-client-hydration-script",
|
|
BunextTmpFileExt: ".bunext_tmp.tsx",
|
|
BunextHMRRetryRoute: "/.bunext/hmr-retry",
|
|
};
|