Closed llimllib closed 7 years ago
Just needed to regenerate the protobufs. I wrote a modd config that does it for me:
**/*.proto {
prep +onchange: make protobufs
daemon +sigint: cd web && bundle exec rails s -p 9999
}
**/*.go {
prep +onchange: go install ./...
daemon +sigint: PGDATABASE=soapbox_dev PGSSLMODE=disable AWS_REGION=us-east-1 soapboxd
}
It is possible that something in my env is wonky, I will investigate this one.
Steps to reproduce: