This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Phew. Finally finished writing up the https://github.com/jacobobryant/biff/blob/dev/CHANGELOG.md#v100 for the new release. Next I'll be following/testing out those instructions on Yakread. If anyone else wants to give them a try and let me know how it goes, that'd be helpful. (If anything's broken, now would be a great time to catch it!) You can also try it out in a new project by running clj -M -e '(load-string (slurp "
.
Once I've tested it out in Yakread, I'll need to update all the website docs, including the tutorial... so it'll still take another week or two (🤞) before this is officially released.
I had a bit of trouble getting the env vars in config.env
exported to the environment, but I may have been doing something wrong
Were you trying to read them with System.getenv()
? They don't actually need to be in the environment; use-aero-config
reads them directly from config.env
though if you're deploying to a PaaS like Fly/Heroku or whatever, then instead of using config.env
in prod at all you can just use their env variable editor thing
Ah! Yes my mistake, I was still trying to use bb dev
without switching over to use-aero-config
I guess this would also be a good time to rename "plugins" to "modules", so if anyone has any concerns about that, this would be a good time to voice them