Can I define constants/variables in the `seed.yml`...
# seed
a
Can I define constants/variables in the
seed.yml
file? I have to clone 3 repos, and have to put
/tmp/seed/source/frontend/
lot of times šŸ˜‚
f
lol yeah you can define bash variables like this:
Copy code
before_compile:
  - echo 'export MY_VAR=hello' >> $BASH_ENV
  - echo $MY_VAR
Here are more details https://seed.run/docs/adding-a-build-spec.html#custom-build-environment-variables