Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aproli90
/
bolt.diy
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
facf0a5
bolt.diy
/
load-context.ts
aproli90
Upload 289 files
2e1ab99
verified
14 days ago
raw
Copy download link
history
blame
Safe
217 Bytes
import
{
type
PlatformProxy
}
from
'wrangler'
;
type
Cloudflare
=
Omit
<
PlatformProxy
<
Env
>,
'dispose'
>;
declare
module
'@remix-run/cloudflare'
{
interface
AppLoadContext
{
cloudflare
:
Cloudflare
;
}
}