mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
reg test
This commit is contained in:
committed by
Aiden McClelland
parent
b0d59ed80f
commit
b2e1d69786
@@ -1,7 +1,7 @@
|
||||
import { Injectable } from '@angular/core'
|
||||
import { InstalledPackageDataEntry, InterfaceDef, Manifest, PackageDataEntry, PackageMainStatus, PackageState } from './patch-db/data-model'
|
||||
|
||||
const { patchDb, api, mocks } = require('../../../ui-config.json') as UiConfig
|
||||
const { patchDb, api, mocks } = require('../../../config.json') as UiConfig
|
||||
|
||||
type UiConfig = {
|
||||
patchDb: {
|
||||
@@ -20,6 +20,7 @@ type UiConfig = {
|
||||
wsPort: number
|
||||
maskAs: 'tor' | 'lan'
|
||||
skipStartupAlerts: boolean
|
||||
registryURL: String
|
||||
}
|
||||
}
|
||||
@Injectable({
|
||||
|
||||
Reference in New Issue
Block a user