Skip to content

Commit

Permalink
Change examples default serving port (playcanvas#6970)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Valigursky <[email protected]>
  • Loading branch information
2 people authored and kpal81xd committed Sep 27, 2024
1 parent 2df056b commit d7b902d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "node ./scripts/clean.mjs",
"develop": "cross-env NODE_ENV=development concurrently --kill-others \"npm run watch\" \"npm run serve\"",
"lint": "eslint --ext .js,.mjs .",
"serve": "serve dist -l 6666 --no-request-logging --config ../serve.json",
"serve": "serve dist -l 5555 --no-request-logging --config ../serve.json",
"watch": "npm run -s build:pre && cross-env NODE_ENV=development rollup -c -w"
},
"eslintConfig": {
Expand Down

0 comments on commit d7b902d

Please sign in to comment.