I'm using a local library, installed with yalc (https://github.com/wclr/yalc) to mimic a local package manager. It looks to me that deploying a function does not include the .yalc folder created at the root of the function. Does the uploader ignore folders prefixed with .?
Would be nice to have a --verbose setting to see what's happening
Hmm, nothing strange here https://github.com/appwrite/sdk-for-cli/blob/master/lib/utils.js
Okay, so, adding dot-folders in src seems to include them, but adding them to the root does not. Or maybe the deployed function is restructured when built, so the file paths do not match or something?
Your appwrite.json file has a path param for the function. That is what gets uploaded (except for what is mentioned in the .gitignore).
Recommended threads
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?