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
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...