Is there a way to always inline preprocessed scripts?
I see there is a size limit: https://docs.astro.build/en/guides/client-side-scripts/#script-processing:~:text=Automatic inlining%3A If the script is small enough%2C Astro will inline it directly into the HTML to reduce the number of requests.
Is it possible to override this?