mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-13 00:16:21 +08:00
15 lines
244 B
JSON
15 lines
244 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"version": "independent",
|
|
"useNx": true,
|
|
"npmClient": "pnpm",
|
|
"packages": [
|
|
"packages/*",
|
|
"platforms/*",
|
|
"apps/*",
|
|
"create-vtj",
|
|
"dev",
|
|
"docs"
|
|
]
|
|
}
|