Share $env/**/static with package in monorepo #7631
Unanswered
jameslounds
asked this question in
Q&A
Replies: 1 comment
-
In the end I used
|
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.
-
I'm building a project that lives across a few sites but is mostly the same between them.
For instance, all sites go through a single login flow.
As such, I've put my database interactions in a package in my monorepo.
Each site shares the same database env, but has other config different, so it doesn't make much sense to use dotenv in my package.
Is there a way, other than just passing the variables in, to reference these variables from my other package?
Beta Was this translation helpful? Give feedback.
All reactions