mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
21 lines
No EOL
537 B
JSON
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
|
|
}
|
|
]
|
|
} |