Astro project with static landing page, Svelte SPA app and API using Astro SSR.
/ that's completely static rendered at build./app that's rendered completely on client-side.GET /api/counter using Astro SSR (node adaptor).Building this project using yarn build will produce:
dist/clientdist/serverTo run the app, node dist/server/entry.mjs can be used.