This commit is contained in:
Sourabh Jain
2025-04-16 15:44:37 +05:30
parent 503ee48a4b
commit e4011bfe46
2 changed files with 5 additions and 4 deletions

15
manifest/cgmanifest.json Normal file
View File

@@ -0,0 +1,15 @@
{
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"Registrations": [
{
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/mongodb-js/mongosh",
"CommitHash": "6718ae4e76be007542087b8a674d7a77861c7d08"
}
},
"DevelopmentDependency": false
}
]
}