You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ When prompted where (i.e. to which _cluster_) you want to deploy your service, c
25
25
26
26
### 3. Set the Prisma service endpoint
27
27
28
-
From the output of the previous command, copy the `HTTP` endpoint and paste it into `src/index.js` where it's used to instantiate the `Prisma` binding. You need to replace the current placeholder `__PRISMA_ENDPOINT`:
28
+
From the output of the previous command, copy the `HTTP` endpoint and paste it into `server/src/index.js` where it's used to instantiate the `Prisma` binding. You need to replace the current placeholder `__PRISMA_ENDPOINT`:
29
29
30
30
```js
31
31
constserver=newGraphQLServer({
@@ -78,4 +78,4 @@ Now that the server is running, you can run the app as well (the command needs t
78
78
yarn start
79
79
```
80
80
81
-
Open the
81
+
You can now open your browser and use the app on `http://localhost:3000`.
0 commit comments