We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8914b67 commit d6771f2Copy full SHA for d6771f2
packages/startup/src/diff-viewer/index.tsx
@@ -67,7 +67,7 @@ const App = () => {
67
}}
68
runtimeConfig={{
69
aiNative: {
70
- enable: false,
+ enable: true,
71
}
72
73
onWillApplyTheme={() => {
yarn.lock
@@ -702,6 +702,7 @@ __metadata:
702
dependencies:
703
"@codeblitzjs/ide-common": "workspace:*"
704
"@codeblitzjs/ide-sumi-core": "workspace:*"
705
+ mobx: "npm:^6.12.0"
706
tslib: "npm:^2.2.0"
707
languageName: unknown
708
linkType: soft
0 commit comments