mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-04-21 03:00:07 -04:00
This monorepo approach where the CLI commands have a dedicated package of actions and helpers, the backend is organized in a more generic fashion will ease the burden of testing and maintainability. BREAKING CHANGE: The folder structure and build process (now using lerna) re #175
6 lines
111 B
JSON
6 lines
111 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"useWorkspaces": true,
|
|
"version": "0.0.0"
|
|
}
|