Can I have custom SRC folder structure?
I have a dashboard and a discord bot projects. And I want both of them in the same repo.
My idea is to have
./src/bot
and ./src/dashboard
. Does Tanstack handles it? Cause NextJS does not (and I wanna get rid of it).2 Replies
dependent-tan•5mo ago
would this be two separate projects in the same repo?
if they have it's own tsconfig it should be no problem. basically a monorepo
ratty-blushOP•5mo ago
yup... I did a quick test and it seems to be working alright 🙂