I'm doing setup new monorepo using pnpm workspace and vite.
At now, I'm in struggle at resolving absolute path import issue.
Below is my current project code.
I've wrote README file and the error occurs at 3.3) (system/web-app/src/App.tsx)
Just pnpm install
and run pnpm webapp dev
.
I know good monorepo tools like nx or turborepo.
But I want to make monorepo setting from zerobase, with simple configuration codes.
I've read lots of blog articles and tried lots of times with AI tools, but problem is not solved yet...
Thanks.