How do I specify the root directory or output directory for my Node.js project? | Acquia Product Documentation
Code Studio
How do I specify the root directory or output directory for my Node.js project?
How do I specify the root directory or output directory for my Node.js project?
Date Published: May 26, 2025
To specify the root directory, add the directory path to the extra.acquia.root_directory section in the package.json file of the root directory.
To specify the output directory, add the directory path to the extra.acquia.output_directory section in the package.json file of the root directory. For example: