MCPcopy Create free account
hub / github.com/bytebase/bytebase / defaultAppProfile

Function defaultAppProfile

frontend/src/types/appProfile.ts:16–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14};
15
16export const defaultAppProfile = (): AppProfile => ({
17 features: {
18 "bb.feature.database-change-mode": DatabaseChangeMode.PIPELINE,
19 "bb.feature.hide-quick-start": false,
20 "bb.feature.hide-trial": false,
21 },
22});

Callers 2

createWorkspaceSliceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected