private npm packages
Is there a way to set up a NPM RC somewhere to access private npm packages?
Thinking about a env variable like in Vercel for example
Solution:Jump to solution
Here is my workaround:
1) Create a
railway.json file
2) Add this:
```{
"$schema": "https://railway.app/railway.schema.json",...3 Replies