mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
dont hard code alpha and beta, use substring detection instead (#2135)
This commit is contained in:
committed by
Aiden McClelland
parent
cf70933e21
commit
c16404bb2d
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user