Home

tanstack/router

Status:Indexed
Analyzed Nov 17, 202510K+ starsTypeScript

🤖 A client-first, server-capable, fully type-safe router and full-stack framework for the web (React and more).

Back to Pull Requests
#5881Closed
Simple Review

fix: don't use alias for configuring ssr env input

by schiller-manuelNov 16, 2025
View on GitHub

Summary

This PR fixes an issue where the server entry point for SSR configuration was using an alias. By removing the alias, it ensures that other plugins can correctly identify the actual file being used, improving transparency.

Changes

+1 additions-1 deletions

Impact Areas

Server-Side Rendering (SSR)Plugin ConfigurationBuild Process