mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 15:33:20 +03:00
fix: pure translator template, project is not list
This commit is contained in:
parent
956fb6e8be
commit
6c82d99b79
@ -56,26 +56,24 @@ in
|
||||
/*
|
||||
A list of projects returned by `discoverProjects`
|
||||
Example:
|
||||
[
|
||||
{
|
||||
"dreamLockPath": "packages/optimism/dream-lock.json",
|
||||
"name": "optimism",
|
||||
"relPath": "",
|
||||
"subsystem": "nodejs",
|
||||
"subsystemInfo": {
|
||||
"workspaces": [
|
||||
"packages/common-ts",
|
||||
"packages/contracts",
|
||||
"packages/core-utils",
|
||||
]
|
||||
},
|
||||
"translator": "yarn-lock",
|
||||
"translators": [
|
||||
"yarn-lock",
|
||||
"package-json"
|
||||
{
|
||||
"dreamLockPath": "packages/optimism/dream-lock.json",
|
||||
"name": "optimism",
|
||||
"relPath": "",
|
||||
"subsystem": "nodejs",
|
||||
"subsystemInfo": {
|
||||
"workspaces": [
|
||||
"packages/common-ts",
|
||||
"packages/contracts",
|
||||
"packages/core-utils",
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"translator": "yarn-lock",
|
||||
"translators": [
|
||||
"yarn-lock",
|
||||
"package-json"
|
||||
]
|
||||
}
|
||||
*/
|
||||
project,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user