Presents/appwrite.json

52 lines
1.4 KiB
JSON

{
"projectId": "presents",
"projectName": "Presents",
"functions": [
{
"$id": "image_fetcher",
"name": "image_fetcher",
"runtime": "python-3.9",
"path": "functions/image_fetcher",
"entrypoint": "src/index.py",
"ignore": [
"__pypackages__"
],
"execute": [
"any"
],
"events": [],
"schedule": "",
"timeout": 15
},
{
"$id": "wishlist_coll_creator",
"name": "wishlist_coll_creator",
"runtime": "python-3.9",
"path": "functions/wishlist_coll_creator",
"entrypoint": "src/index.py",
"ignore": [
"__pypackages__"
],
"execute": [
"users"
],
"events": [],
"schedule": "",
"timeout": 15
},
{
"$id": "old_wishlist_mover",
"name": "old_wishlist_mover",
"runtime": "python-3.9",
"path": "functions/old_wishlist_mover",
"entrypoint": "src/index.py",
"ignore": [
"__pypackages__"
],
"execute": [],
"events": [],
"schedule": "",
"timeout": 15
}
]
}