
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
- Error
I'm trying to get sellerId using account.get() in my appwrite function and this is the error message I'm getting: "Failed to send notification to seller 6865bf...
- Is there a timeframe for updating dart r...
Dart 3.5 is already one year old, and the following versions have introduced very important features for the language. Is there a roadmap or timeframe for when...
- Error
I'm trying to get sellerId using account.get() in my appwrite function and this is the error message I'm getting: "Failed to send notification to seller 6865bf...
