Running Appwrite in Docker on WSL/Ubuntu. I've deployed Dart functions and they work just fine! π But I'm confused about the build process and using packages. When I look at the build process, there are three rounds of downloading packages and some seem to be downloaded three times. This is performed for every function that is deployed. How does that work? To make deployment more efficient and let functions use the same packages I thought it would be possible to override dependencies and add them. I can't get that to work. As I understand symlinks could be used, but I don't understand how these can be deployed. Where and how should I deploy packages stored in a separate folder? Within a container? Also, would this allow offline deployment of functions? Obviously pub get --offline isn't an option (like on the client side), but if all the required packages are cached and put in a common folder and then symlinked (is that a verb? π ) to, would that work? Thanks for any help.
Recommended threads
- Want to integrate my university server t...
Hello <@870607367597850624> i want to use the appwrite backend services for my university website,I want to know that is it possilbe that i could use the backen...
- Customize phone otp template
Hii..is there any way to customize phone otp template in 1.8 self hosted version? Also may i know where is the phone otp message template so that i can apply fo...
- Immediate function execution seems to be...
Whenever I try to execute a function manually I get an error that the schedule is a required field (even though Now is selected). Not a huge deal, I can obvious...