Pregunta

Is there a way to store private resources (binary files) for a Meteor app, which can only be accessed by the server side code?

If I put them into the server directory, they are not contained within the tarball created by meteor bundle.

¿Fue útil?

Solución

I think you want to put them in the 'private' directory. Documentation of app structure is here.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top