-
All the configs and settings you can find in the project repo on GitHub.
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
di
A compile-time powered Dependency-Injection container for Typescript that holds services and can produce instances of them as required. (by wessberg)
For setting up the dependency injection (DI), we will use wessberg/DI as a DI-container and wessberg/di-compiler to resolve all the dependencies at compile-time.
-
The custom di transformer replaces interfaces with according class instances. In the future, we will explicitly define which class should implement a particular interface.