Is it possible to force transformers pre-run on server side ? #2039
Replies: 1 comment
-
The transformers seem to be already pre-rendering in static mode. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to add information to some documents when parsed (such as video file durations).
The added information relies on server-side code to read files and analyse their contents.
Is is possible to force transformers to only run on the server side?
Maybe via pre-rendering ?
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions