We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c2b6f commit b57346eCopy full SHA for b57346e
docs/getting-started/integrate-auth/10_expressjs.mdx
@@ -65,7 +65,7 @@ Now that the Ory CLI is installed, create a new npm script to run the tunnel ser
65
"private": true,
66
"scripts": {
67
"dev": "nodemon index.js",
68
- "tunnel": "ory tunnel --project $ORY_PROJECT_ID --port 4000 --dev http://localhost:3000",
+ "tunnel": "ory tunnel --project $ORY_PROJECT_ID --port 4000 --dev http://localhost:3000"
69
},
70
"dependencies": {
71
```
0 commit comments