Development Workflow
For manually trigger a server side compilation of all svelte components, run:
# Build the SSR manifest and bundle
npm run build:ssr
This will create or update the public/vite-ssr folder with its contents, including the manifest.json file.
This step is automatically performed together with rails assets:precompile.