-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation ---------- `pnpm` itself has a number of advantages, two are very relevant for our repository: * De-duplication of node modules * Run commands across packages This will also setup `dotenvx` to read .env files (for unique port numbers). It will also make local development with `docker compose` obsolete for our nodejs projects. How to test ----------- 1. `pnpm install` 2. `pnpm run -r dev` commits: * fix unique ports and environments * fix: extraneous import * remove obsolete `package-lock.json` * run `pnpm install` * run `corepack use pnpm@latest`
- Loading branch information
1 parent
455706c
commit 03bb007
Showing
23 changed files
with
24,883 additions
and
107,510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.