question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

running prisma2 dev in background

See original GitHub issue

Hello 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

Dec-23-2019 19-19-09

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:closed
  • Created 4 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
janpiocommented, Jan 7, 2020

Internal Note: Dropping from current sprint, and picking up later.

0reactions
timsuchanekcommented, Mar 5, 2020

As we removed the prisma2 dev command, I’m closing this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found