#How does appEntrypoint works?
1 messages · Page 1 of 1 (latest)
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain specific information on how to communicate between a script tag inside an Astro page and an appEntrypoint script.
However, I can tell you that the appEntrypoint in Astro is a script that is executed for each component and each page when building. This can be problematic when building large sites, as the script can be executed hundreds of thousands of times, potentially slowing down the build process significantly (source (https://github.com/withastro/astro/issues/6312)).