For the complete documentation index, see llms.txt. This page is also available as Markdown.

Do not upload node_modules

The node_modules folder includes all the dependencies your project uses, based on your package.json file or any packages added in the Additional Packages section of the Startup tab.

Because this folder can be very large, it may cause problems during upload or when extracting files on the server. It can also result in packages being installed incorrectly for the server’s environment.

Last updated

Was this helpful?