Custom Server entry not working (alpha)
I am tying to get lingui working with tanstack alpha and require a custom server entry. which im setting in the tanstack vite plugin like so:
server: {
entry: './ssr.tsx',
},
However im getting the following error:An error occured while server rendering /index.html:
Cannot find module 'src/ssr.tsx' imported from '/~start/server-entry.tsx'
Repo: https://github.com/UngusCode/tanstack-lingui
Would appreciate any help
server: {
entry: './ssr.tsx',
},
However im getting the following error:An error occured while server rendering /index.html:
Cannot find module 'src/ssr.tsx' imported from '/~start/server-entry.tsx'
Repo: https://github.com/UngusCode/tanstack-lingui
Would appreciate any help
GitHub
minimal reproduction of issues with custom server entry on tanstack alpha. - UngusCode/tanstack-lingui