Hey there! This question seems to have been asked twice, but none of them was helpful...
I'm working on an electron app which is supposed to be shipped with a copy of a referential, given at build time.
What I would like to know is how can I leverage on the hook system to fetch this data and inject it into the app, like a "fake file".
This behaviour looks close to what is done with .nuxt...