running prisma2 dev in background
See original GitHub issueHello working with prisma i found it very tedious to have the need of three commands in three terminals for launching my app:
docker-compose up
prisma2 dev
yarn dev
I am trying to run the command prisma2 dev
in the background I have tried the following with no success:
prisma2 dev &
(prisma2 dev) &
This last one almost throws it to the background but then prisma2 hijacks the location
How could I run it in background mode so that the window doesn’t get hijacked and I can create a proper script for launching all needed commands.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Guides: Running Prisma background jobs - Inngest
This guide will walk through creating background jobs using the Prisma ORM and TypeScript. It's really common that background jobs require external state,...
Read more >Prisma 1 in maintenance mode & Prisma 2+ ready for production
Hey everyone This issue gives a brief update on the development status of Prisma 1 and the new Prisma 2.0. Prisma 1 is...
Read more >Prisma 2.0: Confidence and productivity for your database
Boost productivity by letting developers query data in natural and familiar ways; Increase confidence with type-safety, auto-completion and a ...
Read more >Connecting and disconnecting (Concepts) - Prisma
Exists in the context of a long-running application, such as a background service. If the application never shuts down, Prisma Client never disconnects....
Read more >Why does Prisma run in a Docker container instead of being a ...
I come from a Java ORM background where the ORM tools are all ... is for apps where the client developers want to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Internal Note: Dropping from current sprint, and picking up later.
As we removed the
prisma2 dev
command, I’m closing this.