marko-js / fastify

Render Marko templates in a Fastify application.
MIT License
10 stars 1 forks source link

Adding serializedGlobals and done() hook #1

Closed J-Hoh closed 3 years ago

J-Hoh commented 3 years ago

Description

-Adding serializedGlobals to the already existing locals (so we can expect it to be defined)

-Changing the example onRequest hook to use the third parameter done(); Without done() the hook wouldnt end, this makes the example work

Checklist:

DylanPiercey commented 3 years ago

This is nice, thanks!

DylanPiercey commented 3 years ago

Released in 1.0.1