I am trying to make sense of NestJS. I copied the tutorial code and the Hello World page is loading.
Then I plugged in my custom template engine and I am able to render a page.
Here is one first question: how can the template engine adapter know where templates are located? I need the path to load nested templates.
Or is there a callback function that I can configure the template engine to use for loading template files?
My code so far:
https://github.com/jido/extremepriv/tree/main/privateserver
More questions to come... Like what is an "AppService" for?