Can I use eas env variable to change the app.json?

managed workflow

Let’s say I have eas.json:

{
  "build": {
    "staging": {
      "env": {
        "SLUG": "myproject-staging"
      }
    }
  }
}

Can I use this environment variable inside my app.json to set what the slug is?

let’s try it!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.