appwrite/temp/appwrite.json

21 lines
537 B
JSON
Raw Normal View History

2022-11-16 04:17:46 +00:00
{
"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
}
]
}