Trying to make this work, but this leads to problems (in dev and not building...). Tried a lot of config adjustments. Latest is
export default defineConfig({
tsr: {
appDirectory: "./src",
apiBase: "./src",
},
vite: {
build: {
outDir: "./build",
ssr: true,
manifest: true,
},
},
})
How to resolve??