mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 09:01:13 +00:00
first commit
This commit is contained in:
commit
1cdbffff09
200 changed files with 30007 additions and 0 deletions
9
load-context.ts
Normal file
9
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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue