*.[server|node].[tj]sx

应用项目中使用,用于放置服务端代码,当 *.tsx*.[server|node].tsx 共存时,SSR 在服务端执行渲染时,会优先使用 *.[server|node].tsx 文件,而不是 *.tsx 文件。