Skip to content

Commit b57346e

Browse files
fix: trailing comma (#2109)
1 parent a1c2b6f commit b57346e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/integrate-auth/10_expressjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Now that the Ory CLI is installed, create a new npm script to run the tunnel ser
6565
"private": true,
6666
"scripts": {
6767
"dev": "nodemon index.js",
68-
"tunnel": "ory tunnel --project $ORY_PROJECT_ID --port 4000 --dev http://localhost:3000",
68+
"tunnel": "ory tunnel --project $ORY_PROJECT_ID --port 4000 --dev http://localhost:3000"
6969
},
7070
"dependencies": {
7171
```

0 commit comments

Comments
 (0)