toonvanstrijp / nestjs-i18n

The i18n module for nestjs.
https://nestjs-i18n.com
Other
646 stars 111 forks source link

Fixes #469: Adds support for fastify handlebars view engine #609

Open Simolation opened 7 months ago

Simolation commented 7 months ago

Description

This PR adds support for the handlebars package as hbs only works with express. The handlebars package can be used with fastify.

It adds handlebars as another valid view engine option and then dynamically loads the handlebars package. The usage is exactly the same as with hbs.

Linked Issues

469

Additional context

rubiin commented 7 months ago

@Simolation please fix the failed tests