1.5.5. Frontend Build & Deployment Integration
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3538844. -->
Reported by: [d34dman](https://www.drupal.org/user/751698)
>>>
<ul>
<li>Configure <code>npm run build</code> to output into <code>flowdrop_ui/dist</code> for Drupal library consumption.</li>
<li>Update <code>flowdrop_ui.libraries.yml</code> to load the compiled JS and CSS assets.</li>
<li>Ensure Svelte HMR is supported during local development.</li>
</ul>
issue