diff --git a/lerna.json b/lerna.json new file mode 100644 index 000000000..466c22491 --- /dev/null +++ b/lerna.json @@ -0,0 +1,8 @@ +{ + "npmClient": "pnpm", + "useWorkspaces": true, + "version": "independent", + "$schema": "node_modules/lerna/schemas/lerna-schema.json", + "useNx": false, + "registry": "https://registry.npmjs.org" +}