We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9348936 + ca52675 commit afe0216Copy full SHA for afe0216
1 file changed
examples/crm/objectstack.config.ts
@@ -8,7 +8,6 @@ import { OrderObject } from './src/objects/order.object';
8
import { UserObject } from './src/objects/user.object';
9
import { ProjectObject } from './src/objects/project.object';
10
import { EventObject } from './src/objects/event.object';
11
-import { ConsolePlugin } from '../../apps/console/plugin';
12
13
export default defineStack({
14
objects: [
@@ -688,7 +687,5 @@ export default defineStack({
688
687
]
689
690
},
691
- plugins: [
692
- new ConsolePlugin(),
693
- ],
+ plugins: [],
694
} as any);
0 commit comments