Testing SSR before config is resolved by Vite can return wrong values.
For example, since version 1.3.1 of SvelteKit, the SSR build process is executed with configFile property, which needs to be resolved in order to have the final build.config.ssr value.
Testing SSR before config is resolved by Vite can return wrong values. For example, since version
1.3.1
of SvelteKit, the SSR build process is executed withconfigFile
property, which needs to be resolved in order to have the finalbuild.config.ssr
value.