
Hey all, I keep reading to not deploy a nodejs application with the node moduiles. Issue is that I have code written in the module to extend it. I do not want to make make it public and deploy to npm. Will this be a problem? Would removing the package.json file solve this?

You can include it in your node modules, but you may need to deploy manually because the CLI tries to ignore node modules

Interesting. Good to know. Thank you Steven.

[SOLVED]

Oh, last thing. I see the block in the docs for functions and I see the manual deployment. So I have to do a manual deployment through the console, or can I also do it through the CLI?

I don't think you can use the CLI. Or maybe if you don't put node_modules in the git ignore

<:appwritecheck:851487062112731146> Gotcha. I'll give it a shot. Thanks for the idea.
Recommended threads
- Failed to verify JWT. Invalid token: Exp...
Hi I am trying to call a function from my mobile app, but I am receiving "Invalid token expired." My code looks more or less like this ```ts // from my app ...
- How do I pair Polar.sh + Hono + Appwrite...
This is what all it required by polar to see the webhook data. Managing with webhook data is not an issue, but how do I pair this all with appwrite functions st...
- The function became slower after being e...
I used the Python SDK and set `xasync=True` in `create_execution`, expecting it to execute quickly on another worker. However, the execution ended up taking sev...
