fp/packages
CJ_Clippy 7468a118b7
Some checks failed
ci / build (push) Failing after 33s
remove unused submodule
2025-02-08 06:45:27 -08:00
..
2025-02-08 02:54:01 -08:00
2025-02-08 06:25:52 -08:00
2025-02-08 02:54:01 -08:00
ueberauth_patreon @ a3bb165615
2025-02-08 02:54:01 -08:00
2025-01-11 20:38:14 -08:00
2024-07-27 16:42:09 -08:00

Futureporn node packages

Each folder here is an individual node package, each of which can reference each other. One reason we do this is to share utility functions between packages.

See https://pnpm.io/workspaces

These are Typescript internal packages, which means they export typescript, not javascript. The TS-to-JS build step occurs in the package which is doing the import.

Also see ../services/* which are also pnpm packages, with the diffentiation that those are full-fledged programs meant for running

Also see ../pnpm-workspace.yaml for more notes