Skip to content

Core Notes

Mike Kornelson edited this page Aug 3, 2021 · 1 revision

Things needed in the core folder:

Server

  • server.ts - Required by imperium startup scripts. Used to create ImperiumServer instance.
  • mikro-orm.config.ts
    • Used by mikroorm.ts, which in turned is used by package.json to configure the MikroORM CLI utility.
    • Used by connectors.ts to configure the MikroORM connection.

Domain

Clone this wiki locally