Initial commit
This commit is contained in:
15
skills/working-in-monorepos/examples/schemaflow.json
Normal file
15
skills/working-in-monorepos/examples/schemaflow.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"root": "/Users/josh/workspace/schemaflow",
|
||||
"subprojects": {
|
||||
"ruby": {
|
||||
"path": "ruby",
|
||||
"type": "ruby",
|
||||
"description": "Ruby library"
|
||||
},
|
||||
"cli": {
|
||||
"path": "cli",
|
||||
"type": "node",
|
||||
"description": "CLI tool"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user