fix git hash display

This commit is contained in:
Matt Hill
2022-02-09 20:58:37 -07:00
committed by Keagan McClelland
parent 4f2b237f5f
commit 7ac139c856
2 changed files with 3 additions and 2 deletions

View File

@@ -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 */

View File

@@ -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({