We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f4a56 commit b4cfd08Copy full SHA for b4cfd08
1 file changed
Gruntfile.js
@@ -15,7 +15,7 @@ module.exports = function (grunt) {
15
dev: {
16
options: {
17
hostname: '*',
18
- port: 8989,
+ port: 8888,
19
middleware: function (connect, options) {
20
return [connect.static(join(__dirname, 'build')) ];
21
}
0 commit comments