dont hard code alpha and beta, use substring detection instead (#2135)

This commit is contained in:
Matt Hill
2023-01-24 11:54:43 -07:00
committed by Aiden McClelland
parent cf70933e21
commit c16404bb2d
4 changed files with 27 additions and 31 deletions

View File

@@ -12,8 +12,6 @@ export type WorkspaceConfig = {
marketplace: {
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'