Hi,
i'm trying to add lerna to build a monorepo everything look good autocompletion in IDE work but, when i'm running vite dev server an error occur.
Before using lerna everything was good.
Reproduction
Use lerna mono repo structure with a front folder for the vite app and a functions folder inside packages.
Run lerna bootstrap and try to run vite dev server.
[X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
[X] Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
Describe the bug
Hi, i'm trying to add lerna to build a monorepo everything look good autocompletion in IDE work but, when i'm running vite dev server an error occur. Before using lerna everything was good.
Reproduction
Use lerna mono repo structure with a front folder for the vite app and a functions folder inside packages. Run lerna bootstrap and try to run vite dev server.
Structure: root/ package.json lerna.json front/ //vite app packages/
functions/ package.json index.ts
Everything for fine exept vite dev server after lerna bootstrap
System Info
Used Package Manager
yarn
Logs
Validations