I'm transferring from Firebase and I'm used to being able to put multiple exports in my single node project and firebase would see them all as different functions. What's the best practice for AppWrite regarding having a single git reop? I originally thought I could have one root folder as my functions project, then mutliple sub-folders representing each function but obviously the function won't be able to see the package.json file when it goes to build which there are hacks around this but it sees very fiddly and was wondering if there is a better practice for this?
Recommended threads
- Creating a function on appwrite Cloud.
I am trying to create a function on Appwrite cloud. I go to the console. I hit : Create function I choose DART-3.5 I put a name for my function : NameFunction...
- Function connected custom domain error: ...
My domain is served through Cloudflare. Domain is now connected with the appwrite function. But when accessing the domain, I get the below error. Any suggestion...
- Error | general_unknown
I have built a website using Appwrite Cloud as backend, and also using sites for deployment. My website is live but sometimes it shows Appwrite's Error general_...