TanStackT
TanStack14mo ago
8 replies
rubber-blue

Rename `/app` to `/src` folder

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??
Was this page helpful?