Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active July 14, 2020 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/e6be0ec23cd6f81c8e5aed073a28ef2d to your computer and use it in GitHub Desktop.
Save velotiotech/e6be0ec23cd6f81c8e5aed073a28ef2d to your computer and use it in GitHub Desktop.
{
"synchronize": true,
"logging": false,
"entities": [
"src/entities/**/*.ts"
],
"cli": {
"entitiesDir": "src/entity",
"migrationsDir": "src/migration",
"subscribersDir": "src/subscriber"
},
"migrations": [
"src/migration/**/*.ts"
],
"subscribers": [
"src/subscriber/**/*.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment