Skip to content

Instantly share code, notes, and snippets.

@B4nan
Created January 13, 2020 09:53
Show Gist options
  • Select an option

  • Save B4nan/1f4b89aa1f0f9c92a27973ac8a3d18e7 to your computer and use it in GitHub Desktop.

Select an option

Save B4nan/1f4b89aa1f0f9c92a27973ac8a3d18e7 to your computer and use it in GitHub Desktop.
MikroORM CLI setup
{
"name": "your-app",
"dependencies": { ... },
"mikro-orm": {
"useTsNode": true,
"configPaths": [
"./src/mikro-orm.config.ts",
"./dist/mikro-orm.config.js"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment