Browse Source

Removes flag for web

main
Eric Amodio 2 years ago
parent
commit
e9ed276b21
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/env/browser/providers.ts

+ 0
- 2
src/env/browser/providers.ts View File

@ -10,8 +10,6 @@ export function git(_options: GitCommandOptions, ..._args: any[]): Promise
}
export function getSupportedGitProviders(container: Container): GitProvider[] {
if (!container.config.experimental.virtualRepositories.enabled) return [];
GitHub.GitHubApi;
return [new GitHubGitProvider(container)];
}

Loading…
Cancel
Save