We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c983648 commit 26b2338Copy full SHA for 26b2338
packages/start-plugin-core/src/plugin.ts
@@ -281,7 +281,7 @@ export function TanStackStartVitePluginCore(
281
rollupOptions: {
282
input:
283
viteConfig.environments?.[VITE_ENVIRONMENT_NAMES.server]
284
- ?.build?.rollupOptions?.input ?? ENTRY_POINTS.server,
+ ?.build?.rollupOptions?.input ?? serverAlias,
285
},
286
outDir: getServerOutputDirectory(viteConfig),
287
commonjsOptions: {
0 commit comments