Is it possible to run 'script setup' only on server?
If I understood correctly,
<script setup> is running once on the server, and then on the client. Is there a possibility to always run it on the server?