Hi everyone,
I’m looking for some clarification on the recommended directory structure for deploying DXP components in Squiz. Is it best practice to keep all files (such as the manifest, main.js, and utility files like html.js and xss.js) in a flat structure at the top level?
Or is it common to place certain files in subfolders, for example, having a utils directory for utility scripts and an example-data directory for files like example.data.json to keep the main directory more organized?
In other words, I’m curious whether the standard practice is to have a single-level directory for all component files or if it is preferable to use nested folders for utilities and example data.
Thanks in advance for your insights!