Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93b74cb

Browse files
committed
Updated readme
1 parent 29f6756 commit 93b74cb

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

monorepos/turborepo-prisma-tasks-package/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ This simple example demonstrates how to use Trigger.dev and Prisma as packages i
6363
pnpm dlx trigger.dev@latest dev
6464
```
6565

66+
> Note: when running the dev command, you will get some warnings in the console: "▲ WARNING The condition "default" here will never be used as it comes after both "import" and "require" package.json". These warnings can be safely ignored, and won't affect the functionality of the app. They will be fixed in an upcoming release.
67+
6668
6. Access the application at http://localhost:3000, and test the functionality by clicking the "Add new user" button on the web app to trigger the task
6769
7. Go to the Trigger.dev dashboard to see the task being executed
6870

monorepos/turborepo-prisma-tasks-package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "turborepo-prisma-example-1",
2+
"name": "turborepo-prisma-tasks-package",
33
"private": true,
44
"scripts": {
55
"build": "turbo run build",

monorepos/turborepo-prisma-tasks-trigger/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ This example demonstrates how to use Trigger.dev and Prisma in a monorepo create
5555
pnpm dlx trigger.dev@latest dev
5656
```
5757

58+
> Note: when running the dev command, you will get some warnings in the console: "▲ WARNING The condition "default" here will never be used as it comes after both "import" and "require" package.json". These warnings can be safely ignored, and won't affect the functionality of the app. They will be fixed in an upcoming release.
59+
5860
6. Access the application at http://localhost:3000, and test the functionality by clicking the "Add new user" button on the web app to trigger the task
5961
7. Go to the Trigger.dev dashboard to see the task being executed
6062

monorepos/turborepo-prisma-tasks-trigger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "turborepo-prisma-example-1",
2+
"name": "turborepo-prisma-tasks-trigger",
33
"private": true,
44
"scripts": {
55
"build": "turbo run build",

0 commit comments

Comments
 (0)