Monorepo with folders in V0

Is there a way to work with a monorepo with folders for different parts of an app in V0 currently?

If not, figuring out a way to do that would be really sweet.

Hi @simonstrumse, thanks for sharing this feedback. Can you elaborate a little more on the use case so I can take this forward with our team?

Hi @anshumanb I have same need.

for example a project with structure:

watchdog-mvp/
  - backend/           
  - frontend/
      - app/
      - components/
      - hooks/
      - lib/
      - styles/
      - package.json
      - tsconfig.json
      - tailwind.config.ts
      - postcss.config.mjs
      - ...
  - README.md
  - vercel.json        
  - ...

currently it’s a blank page in v0

A configuration set the relative path of the frontend directory would be great.

Also v0 should only contribute code inside this folder.