core/appwrite-functions/check-cloudflare-status/function.json
2025-12-11 18:06:11 -03:00

8 lines
257 B
JSON

{
"$schema": "https://appwrite.io/docs/schemas/functions.json",
"name": "check-cloudflare-status",
"entrypoint": "src/index.js",
"runtime": "node-20.0",
"commands": ["npm install"],
"ignore": ["node_modules", ".npm", "npm-debug.log", "build"]
}