Skip to content

Commit 651a22d

Browse files
committed
feat: add plugin-charts to the project and register it in the main entry point
1 parent 6e7580f commit 651a22d

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

apps/console/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@object-ui/fields": "workspace:*",
3232
"@object-ui/layout": "workspace:*",
3333
"@object-ui/plugin-calendar": "workspace:*",
34+
"@object-ui/plugin-charts": "workspace:*",
3435
"@object-ui/plugin-dashboard": "workspace:*",
3536
"@object-ui/plugin-form": "workspace:*",
3637
"@object-ui/plugin-gantt": "workspace:*",

apps/console/src/main.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import './index.css';
1010
import { App } from './App';
1111
import { startMockServer } from './mocks/browser';
1212

13+
// Register plugins
14+
import '@object-ui/plugin-charts';
15+
1316
// Start MSW before rendering the app
1417
async function bootstrap() {
1518
// Initialize Mock Service Worker if enabled

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)