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
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