Update appwrite provitioning
This commit is contained in:
24
appwrite.json
Normal file
24
appwrite.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user