Update appwrite provitioning

This commit is contained in:
2024-05-20 18:50:02 -04:00
parent 80c82d7b73
commit 8382bbc5e5
26 changed files with 251 additions and 51 deletions

24
appwrite.json Normal file
View File

@@ -0,0 +1,24 @@
{
"projectId": "65ede55a213134f2b688",
"projectName": "oys-dev",
"functions": [
{
"$id": "664038294b5473ef0c8d",
"name": "userinfo",
"runtime": "node-16.0",
"execute": ["any"],
"events": [],
"schedule": "",
"timeout": 15,
"enabled": true,
"logging": true,
"entrypoint": "src/main.js",
"commands": "npm install",
"ignore": [
"node_modules",
".npm"
],
"path": "functions/userinfo"
}
]
}