TanStackT
TanStack2w ago
1 reply
sad-indigo

custom server entry file path

Hello folks! thanks for your help in advance. I want one server entry file path for dev and another for prod. But

tanstackStart({
server: {
entry: "./src/serve-x.ts",
},
}),

this is not working, by setting the entry it fallback to @tanstack/react-start/server-entry
Is there a way please ? Thanks
Was this page helpful?