Skip to content

Commit afe0216

Browse files
authored
Merge pull request #508 from objectstack-ai/copilot/fix-ci-errors-build-test-again
2 parents 9348936 + ca52675 commit afe0216

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

examples/crm/objectstack.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { OrderObject } from './src/objects/order.object';
88
import { UserObject } from './src/objects/user.object';
99
import { ProjectObject } from './src/objects/project.object';
1010
import { EventObject } from './src/objects/event.object';
11-
import { ConsolePlugin } from '../../apps/console/plugin';
1211

1312
export default defineStack({
1413
objects: [
@@ -688,7 +687,5 @@ export default defineStack({
688687
]
689688

690689
},
691-
plugins: [
692-
new ConsolePlugin(),
693-
],
690+
plugins: [],
694691
} as any);

0 commit comments

Comments
 (0)