We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c539494 commit fd13839Copy full SHA for fd13839
javascript/engine-js/src/repo/Repo.ts
@@ -16,8 +16,8 @@ export class Repo {
16
* Any number of sources can be defined and their order changed.
17
*/
18
static REPO_SOURCES: SourceInterfaceConstructor[] = [
19
- ScriptURI,
20
- RegistryScriptURI,
+ //ScriptURI,
+ //RegistryScriptURI,
21
LaunchpadAPI,
22
TokenScriptRepo
23
];
0 commit comments