I’m looking for a way to add global CSS that applies to all modules in dev server (@hubspot/cms-dev-server), accessible at http://hslocal.net:3000/.
The global CSS should only be applied in the development server environment and not affect the deployed HubSpot modules. Specifically, I’d like to know:
- How to import a CSS file (e.g., global.css) to be applied globally across all modules during development.
- Where the entry point (e.g., App.js or index.js) of the dev server can be located. I've searched for this entry point in the dev server setup but have not been able to find it, which makes it unclear where global styles can be included.
Thank you