Jose Javi Asilis

How to Create a Monorepo With Vite, Cloudflare, Remix, PNPM and Turborepo (No Build Step) | HackerNoon

Inside it, add: packages: – “apps/*” – “libs/*” This will tell pnpm that all the repositories will lie inside apps and libs. Note that using libs or packages (as you may have seen elsewhere) doesn’t matter. 2. Create an Empty package.json at the Root of the Project: pnpm init { “name”: “@repo/main”, “version”: “1.0.0”, “scripts”: {}, “keywords”: [], “author”: “”, “license”: “ISC” } Note the name:@repo/main This tells us that this is the main entry

Read More »