9a8f9941b6
Deploy Iddaai Backend / build-and-deploy (push) Successful in 54s
Add IMAGE_BASE_URL to the deploy env so the backend builds image URLs against the Cloudflare image-proxy Worker instead of mackolik, and check in the Worker source (already live on files.iddaai.com). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"name": "iddaai-image-proxy",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "wrangler dev",
|
|
"deploy": "wrangler deploy",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^4.20260601.0",
|
|
"typescript": "^5.6.0",
|
|
"wrangler": "^4.0.0"
|
|
}
|
|
}
|