Skip to content

Commit

Permalink
updated serve port for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kpal81xd committed Sep 13, 2024
1 parent 1ebd443 commit aeaf5b4
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 5000 --no-request-logging --config ../serve.json",
"serve": "serve dist -l 6666 --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 aeaf5b4

Please sign in to comment.