service-maxxi-filter
v1.0.22
Published
Maxxi file upload Service
Downloads
3
Readme
How to create Migration
Add the follow code to package.json
"mikro-orm-": {
"useTsNode": true,
"configPaths": [
"./src/mikro-orm.config.ts",
"./dist/mikro-orm.config.js"
]
}
And run npx mikro-orm migration:create -b
to create a blank migration file.