0.0.9 • Published 2 years ago

@l1go/orm-export v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

修改configuration.ts

import * as pluginOrmExport from '@l1go/orm-export'

@Configuration({
  imports: [
    pluginOrmExport
  ],
  importConfigs: ["./config"],
})