i have a generated build and i want to render this mjs file in frappe site how can i do this.
basically my goal is host this site in frappe cloud.
i have a generated build and i want to render this mjs file in frappe site how can i do this.
basically my goal is host this site in frappe cloud.
As per my understanding,
Portal pages are not single page applications (SPAs).
<script src="/assets/ABC/js/global.js"></script>
Here is a previous discussion on how to make portal page single page app