mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
cli: update deps
This commit is contained in:
15
apps/web/.open-next/cloudflare-templates/init.d.ts
vendored
Normal file
15
apps/web/.open-next/cloudflare-templates/init.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Initialization for the workerd runtime.
|
||||
*
|
||||
* The file must be imported at the top level the worker.
|
||||
*/
|
||||
/**
|
||||
* Executes the handler with the Cloudflare context.
|
||||
*/
|
||||
export declare function runWithCloudflareRequestContext(request: Request, env: CloudflareEnv, ctx: ExecutionContext, handler: () => Promise<Response>): Promise<Response>;
|
||||
declare global {
|
||||
var __BUILD_TIMESTAMP_MS__: number;
|
||||
var __NEXT_BASE_PATH__: string;
|
||||
var __ASSETS_RUN_WORKER_FIRST__: boolean | string[] | undefined;
|
||||
var __DEPLOYMENT_ID__: string;
|
||||
}
|
||||
Reference in New Issue
Block a user