
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
- Images not showing up --
so i made this movie app - i hosted it successfully using appwrite but the images arent showing up --- https://movie-app-jsm.appwrite.network/ this is the movie...
- What’s the current approach for always o...
Read that it’s not a thing out of the box, but what’s the possible setup here?
- Error 431 header fields too large
Some times to times when i load or switch the page, it shows an error 431. And on what i saw it'w because of the cookies, when i remove the legacy tokens it wo...
