feat: initial commit
This commit is contained in:
9
packages/bolt/load-context.ts
Normal file
9
packages/bolt/load-context.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { type PlatformProxy } from 'wrangler';
|
||||
|
||||
type Cloudflare = Omit<PlatformProxy<Env>, 'dispose'>;
|
||||
|
||||
declare module '@remix-run/cloudflare' {
|
||||
interface AppLoadContext {
|
||||
cloudflare: Cloudflare;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user