mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
build: trident-sync prepare
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { MidwayConfig } from '@midwayjs/core';
|
||||
|
||||
export default {
|
||||
typeorm: {
|
||||
dataSource: {
|
||||
default: {
|
||||
synchronize: true, // 如果第一次使用,不存在表,有同步的需求可以写 true
|
||||
},
|
||||
},
|
||||
},
|
||||
} as MidwayConfig;
|
||||
Reference in New Issue
Block a user