Three values need to be added to the .env.sample to ensure people have the needed settings.
PUBLIC_THAT_API=https://api.that.tech
NODE_ENV=development
PUBLIC_VERCEL_ENV=development
and update:
PUBLIC_AUTH0_BASE_URL=http://localhost:5173
PUBLIC_AUTH0_ISSUER_BASE_URL=https://auth.that.tech
to
PUBLIC_AUTH0_BASE_URL=http://localhost:5173/
PUBLIC_AUTH0_ISSUER_BASE_URL=https://auth.that.tech/
Three values need to be added to the
.env.sampleto ensure people have the needed settings.and update:
to