You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# development
$ npm run start
# run client backend watch mode
$ npm run dev:backend
# run grpc service watch mode
$ npm run dev:db
# production mode
$ npm run start:prod