Skip to content

Commit aa6242b

Browse files
committed
fix: add default datasource configuration to shared config
1 parent 8730ca9 commit aa6242b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/console/objectstack.shared.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ export const sharedConfig = {
4242
...(kitchenSinkConfig.manifest?.data || [])
4343
]
4444
},
45+
plugins: [],
46+
datasources: {
47+
default: {
48+
driver: '@objectstack/driver-memory'
49+
}
50+
}
4551
};
4652

4753
export default defineConfig(sharedConfig);

0 commit comments

Comments
 (0)