Protobuf TypeScript definitions (.ts
files located under @/types/proto
) are updated only when executing pnpm run dev
, pnpm run build
or pnpm run buildproto
.
See CommunicationAndProtobufs.md for procedures on updating the protobufs.
Configuration in deployment is done using environment variables.
The following environment variables should be set
GOOGLE_OAUTH_URL=<Google OAuth URL>
API_HOST=<API Host Name>
DEBUG=FALSE
API_HOST
should be something like https://localhost:1234/
.
DEBUG
should be either "TRUE" or "FALSE". Any other value will be treated as "FALSE".