
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
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
