Skip to content

Commit 2a17ce6

Browse files
author
Duncan Lock
committed
Undo the local port number change for the dev server
1 parent 0e2c41c commit 2a17ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"prebuild": "npm run test",
99
"build": "webpack --progress --config webpack.build.config.js",
10-
"dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/ --port 8082",
10+
"dev": "webpack-dev-server --config webpack.dev.config.js --inline --hot --content-base dev/",
1111
"lint": "eslint --ext=.js,.vue src test/unit/specs",
1212
"coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1313
"coverage": "npm run test && npm run coverall",

0 commit comments

Comments
 (0)