Skip to content

Commit

Permalink
fix: explorer dev port (#3095)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Aug 29, 2024
1 parent c1bf7d3 commit 5fc713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clean": "pnpm run clean:explorer && pnpm run clean:bin",
"clean:bin": "shx rm -rf dist",
"clean:explorer": "shx rm -rf .next .turbo",
"dev": "next dev",
"dev": "next dev --port 13690",
"lint": "next lint",
"start": "node .next/standalone/packages/explorer/server.js"
},
Expand Down

0 comments on commit 5fc713e

Please sign in to comment.