core/appwrite-functions/hello-world/function.json
2025-12-11 19:36:21 -03:00

8 lines
245 B
JSON

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