You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In `production` mode, `point-of-view` will heavily cache the templates file and functions, while in `development` will reload every time the template file and function.
7
15
## Install
8
16
9
17
```
@@ -29,6 +37,17 @@ fastify.listen(3000, err => {
29
37
console.log(`server listening on ${fastify.server.address().port}`)
30
38
})
31
39
```
40
+
41
+
If you want to set a fixed templates folder, or pass some options to the template engines:
0 commit comments