3 Commits

Author SHA1 Message Date
4c3570a9ce Do not extend/modify existing entities
Typeorm loads all @Entities and decorator-defined relations into a
global variable, and thus makes it impossible to override already
defined variables.

Will have to think about how to disable this behaviour in case the user
of this library does not want to use predefined variables, but for now
we will use the predefined defaults.
2019-08-02 20:17:10 +07:00
694d1857b3 Export Bootstrap in packages/server/src/application/index.ts 2019-03-12 14:16:22 +05:00
8a5ab067f6 Move server into src/ 2019-01-18 20:34:16 +01:00