You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
<p>Include a <b>package.json</b> along with your function, and Appwrite handles the rest! The best practice is to make sure <b>node_modules</b> folder is <b>not</b> part of your tarball.</p>
67
67
</div>
68
68
</li>
@@ -94,7 +94,7 @@ return function ($req, $res) {
94
94
]);
95
95
};</code></pre>
96
96
</div>
97
-
<b>Installing Dependencies</b>
97
+
<p><b>Installing Dependencies</b></p>
98
98
<p>Include a <b>composer.json</b> file in your function, make sure to require autoload.php from vendor folder, and Appwrite will handle the rest!. The best practice is to make sure <b>vendor</b> directory is <b>not</b> part of your tarball. </p>
99
99
</div>
100
100
</li>
@@ -124,7 +124,7 @@ def main(req, res):
124
124
'trigger': trigger,
125
125
})</code></pre>
126
126
</div>
127
-
<b>Installing Dependencies</b>
127
+
<p><b>Installing Dependencies</b></p>
128
128
<p>Include a <b>requirements.txt</b> file in your function, Appwrite will handle the rest!</p>
129
129
</div>
130
130
</li>
@@ -154,7 +154,7 @@ def main(req, res):
154
154
})
155
155
end</code></pre>
156
156
</div>
157
-
<b>Installing Dependencies</b>
157
+
<p><b>Installing Dependencies</b></p>
158
158
<p>Include a <b>Gemfile</b> in your function, Appwrite handles the rest!</p>
159
159
</div>
160
160
</li>
@@ -184,7 +184,7 @@ end</code></pre>
184
184
});
185
185
};</code></pre>
186
186
</div>
187
-
<b>Installing Dependencies</b>
187
+
<p><b>Installing Dependencies</b></p>
188
188
<p>No special steps are required for Deno, Appwrite handles everything!</p>
<p>With Swift, your <b>entrypoint</b> can be empty since Appwrite automatically infers it from the location of your <b>main()</b> function. Just ensure that your cloud function has a <b>single declaration of main()</b> across your source files.</p>
250
-
<b>Installing Dependencies</b>
250
+
<p><b>Installing Dependencies</b></p>
251
251
<p>Include a <b>Package.swift</b> file with your function, Appwrite handles the rest!</p>
0 commit comments