Only show alpha and beta in updates with dev tools enabled (#2132)

only show alpha and beta in updates with dev tools
This commit is contained in:
Matt Hill
2023-01-24 11:17:13 -07:00
committed by Aiden McClelland
parent 46222e9352
commit cf70933e21
5 changed files with 25 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ export type WorkspaceConfig = {
start9: 'https://registry.start9.com/'
community: 'https://community-registry.start9.com/'
beta: 'https://beta-registry.start9.com/'
alpha: 'https://alpha-registry-x.start9.com/'
}
mocks: {
maskAs: 'tor' | 'lan'