mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
fix git hash display
This commit is contained in:
committed by
Keagan McClelland
parent
4f2b237f5f
commit
7ac139c856
@@ -1,8 +1,8 @@
|
||||
export type WorkspaceConfig = {
|
||||
gitHash: string
|
||||
useMocks: boolean
|
||||
// each key corresponds to a project and values adjust settings for that project, eg: ui, setup-wizard, diagnostic-ui
|
||||
ui: {
|
||||
gitHash: string
|
||||
patchDb: {
|
||||
poll: {
|
||||
cooldown: number /* in ms */
|
||||
|
||||
@@ -8,8 +8,9 @@ import {
|
||||
import { WorkspaceConfig } from '@shared'
|
||||
|
||||
const {
|
||||
gitHash,
|
||||
useMocks,
|
||||
ui: { gitHash, patchDb, api, mocks, marketplace },
|
||||
ui: { patchDb, api, mocks, marketplace },
|
||||
} = require('../../../../../config.json') as WorkspaceConfig
|
||||
|
||||
@Injectable({
|
||||
|
||||
Reference in New Issue
Block a user