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
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?