How to setup a specific property of a lib in node_modules (like mapbox access token for instance) ? #1435
Unanswered
arnaudambro
asked this question in
Q&A
Replies: 1 comment
-
@arnaudambro Did you ever get this working? Also wondering if you got client side components working for |
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
-
For instance, I need to setup mapbox
accessToken
and I used to simply domapboxgl.accessToken = process.env.MAPBOX_ACCES_TOKEN
Now, in Remix, should I do something like that instead ? Or anything else ?
Beta Was this translation helpful? Give feedback.
All reactions