So I have a project set up from following tutorial...
# orm-help
h
So I have a project set up from following tutorials. Now I’ve added a new workspace on my Prisma console with the team name, and would like to start a new service with dev+prod stages for that team and provide the generated url to my .env file. How do I do that? Every time I run
prisma init
, it creates a service on my “default” team instead
m
I think you can set it via your endpoint url:
PRISMA_ENDPOINT="<https://eu1.prisma.sh/---username---/---workspace---/---stage--->"
That how I do it at least 🙂
👍 1