deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
16
examples/ovsx-router-config.json
Normal file
16
examples/ovsx-router-config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"registries": {
|
||||
"public": "https://open-vsx.org/",
|
||||
"mock": "${self}/mock-open-vsx/"
|
||||
},
|
||||
"use": [
|
||||
"mock",
|
||||
"public"
|
||||
],
|
||||
"rules": [
|
||||
{
|
||||
"ifRequestContains": "\\bsample-namespace\\b",
|
||||
"use": "mock"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user