diamantaire (noun) /ˌdiːəmɒnˈtɛə(ɹ)/ A member of a successful diamond-dealing family or group.
When deploying preview, it appears that Vercel can fail to issue a certificate for the preview domain. When this happens, you will most likely not be able to visit the site but instead be given a privacy error (vercel/vercel#7655). To solve this issue, you can run this command using the vercel cli tool (https://vercel.com/docs/cli):
vercel --scope vrai cert issue [host]
example: vercel --scope vrai cert issue darkside-main-git-feature-cls-diamond-pdp.vrai.qa
During a rebase, you can skip Husky checks with:
HUSKY_SKIP_HOOKS=1 git rebase ...
To pull latest and start on Linux the following command sequence should work after library changes from the upstream repo:
git pull
git checkout [branch]
sudo su
nvm use
rm -rf ./node_modules
pnpm install
chmod 777 . -R
exit
nvm use
pnpm start
To run swagger locally, make sure
SWAGGER_PASSWORD=<password>
is added into .env file
Swagger URL is http://localhost:3333/docs
** On pnpm start, a most current swagger-spec.json will be generated on root folder. We can import this file into postman