prisma / studio

🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
https://www.prisma.io/studio
1.87k stars 48 forks source link

Static Hosting by Server? #1217

Closed keinsell closed 3 months ago

keinsell commented 6 months ago

It's possible to static host prisma studio by server?

janpio commented 3 months ago

Here is an example: https://www.flightcontrol.dev/docs/reference/examples/prisma-studio

keinsell commented 3 months ago

@janpio Sorry but this do not solve thing I had on mind, solution you have presented is reverse proxy to prisma studio command I really want to avoid such because from my perspective it requires another container - I was thinking about "embdeeding" prisma studio into my current Golang server and serving it as static assets - is that possible?

janpio commented 3 months ago

No. Prisma Studio is run as a Node Express server, started via Prisma CLI.