appwrite/temp/appwrite.json
2022-11-16 09:47:46 +05:30

21 lines
No EOL
537 B
JSON

{
"projectId": "6374484424b42c83155c",
"projectName": "Default",
"functions": [
{
"$id": "637449ac7066fa0d8cde",
"name": "My Awesome Function",
"runtime": "node-14.5",
"path": "functions/My Awesome Function",
"entrypoint": "src/index.js",
"ignore": [
"node_modules",
".npm"
],
"execute": [],
"events": [],
"schedule": "",
"timeout": 15
}
]
}