juicycleff / ultimate-backend

Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
https://juicycleff.github.io/ultimate-backend-docs
MIT License
2.63k stars 408 forks source link

proto-schema #221

Open meodemsao opened 3 years ago

meodemsao commented 3 years ago

I have question, this file is auto generated or coding If auto generated how to do

https://github.com/juicycleff/ultimate-backend/blob/80063064e5c25ab80c19c3ec0353d899ad03002c/libs/proto-schema/src/tenant.ts

suadik commented 3 years ago

@meodemsao the file is auto-generated, you have to make your changes here https://github.com/juicycleff/ultimate-backend/blob/80063064e5c25ab80c19c3ec0353d899ad03002c/libs/proto-schema/src/proto/tenant.proto

once you'r done making changes, run this command yarn setup:local

NB: You make changes in the proto files and run the command (yarn setup:local) to generate the ts files

meodemsao commented 3 years ago

@suadik thanks, but i think if it auto genertate we don't need push to source code