Skip to content

Development journal

Posts tagged: Monorepo

Published notes filed under this topic.

RSS feed
Monorepo architecture

How to keep canonical assets in a React Native monorepo

9 min read

Written by: Jonathan Reis on

A practical asset-library pattern for React Native apps, static sites, store exports, and shared audio without losing the editable original.

Astro and pnpm

When astro check says a dependency is missing but the real bug is a pnpm override

8 min read

Written by: Jonathan Reis on

How a global vscode-languageserver-protocol override broke @astrojs/check with ERR_PACKAGE_PATH_NOT_EXPORTED, and why removing the override fixed typechecking across Astro sites.