Skip to content

Instantly share code, notes, and snippets.

@birendra-b
Created June 29, 2020 16:43
Show Gist options
  • Save birendra-b/ce10b61930bbb3b17a5d223d5db83d34 to your computer and use it in GitHub Desktop.
Save birendra-b/ce10b61930bbb3b17a5d223d5db83d34 to your computer and use it in GitHub Desktop.
{
"synchronize": true,
"logging": false,
"entities": [
"src/entities/**/*.ts"
],
"migrations": [
"src/migration/**/*.ts"
],
"subscribers": [
"src/subscriber/**/*.ts"
],
"cli": {
"entitiesDir": "src/entity",
"migrationsDir": "src/migration",
"subscribersDir": "src/subscriber"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment