core/appwrite-functions/sync-github/function.json
2025-12-11 18:06:11 -03:00

8 lines
245 B
JSON

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