mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 19:50:38 +09:00
29 lines
535 B
JSON
29 lines
535 B
JSON
|
|
{
|
||
|
|
"name": "paperclip-cloudflare-sandbox-bridge",
|
||
|
|
"main": "src/index.ts",
|
||
|
|
"compatibility_date": "2026-05-09",
|
||
|
|
"compatibility_flags": ["nodejs_compat"],
|
||
|
|
"containers": [
|
||
|
|
{
|
||
|
|
"class_name": "Sandbox",
|
||
|
|
"image": "./Dockerfile",
|
||
|
|
"instance_type": "lite",
|
||
|
|
"max_instances": 10
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"durable_objects": {
|
||
|
|
"bindings": [
|
||
|
|
{
|
||
|
|
"class_name": "Sandbox",
|
||
|
|
"name": "Sandbox"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"migrations": [
|
||
|
|
{
|
||
|
|
"tag": "v1",
|
||
|
|
"new_sqlite_classes": ["Sandbox"]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|