Hey there, I just created my first prisma project ...
# prisma-whats-new
p
Hey there, I just created my first prisma project and was wondering how to configure the playground to use another port than 3000, as I prefer this port for my frontend dev.
n
which project or tutorial did you follow? is there a repo for your project?
j
If it’s the playground that’s causing the issue you can just updated your package.json to use
"playground": "graphql playground --port 5000",