Skip to content

Commit eec5447

Browse files
authored
Merge pull request #1441 from Mephysto666/electron/configuration
Electron/configuration
2 parents 3a08096 + 0cecd4b commit eec5447

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

email_composer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-tagsinput": "^3.19.0"
2323
},
2424
"scripts": {
25-
"start": "PORT=3004 react-scripts start",
25+
"start": "react-scripts start",
2626
"build": "react-scripts build",
2727
"test": "react-scripts test --env=jsdom",
2828
"eject": "react-scripts eject",

email_loading/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react-localization": "^1.0.13"
1010
},
1111
"scripts": {
12-
"start": "PORT=3003 react-scripts start",
12+
"start": "react-scripts start",
1313
"build": "react-scripts build",
1414
"test": "react-scripts test --env=jsdom",
1515
"eject": "react-scripts eject",
@@ -27,4 +27,4 @@
2727
"not ie <= 11",
2828
"not op_mini all"
2929
]
30-
}
30+
}

email_login/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-localization": "^1.0.13"
1313
},
1414
"scripts": {
15-
"start": "PORT=3005 react-scripts start",
15+
"start": "react-scripts start",
1616
"build": "react-scripts build",
1717
"test": "react-scripts test --env=jsdom",
1818
"eject": "react-scripts eject",
@@ -32,4 +32,4 @@
3232
"not ie <= 11",
3333
"not op_mini all"
3434
]
35-
}
35+
}

email_mailbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"styled-components": "^4.1.2"
3636
},
3737
"scripts": {
38-
"start": "PORT=3000 react-scripts start",
38+
"start": "react-scripts start",
3939
"build": "react-scripts build",
4040
"test": "react-scripts test --env=jsdom",
4141
"eject": "react-scripts eject",

email_pin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react-verification-code-input": "^1.2.1"
1414
},
1515
"scripts": {
16-
"start": "PORT=3001 react-scripts start",
16+
"start": "react-scripts start",
1717
"build": "react-scripts build",
1818
"test": "react-scripts test --env=jsdom",
1919
"eject": "react-scripts eject",

0 commit comments

Comments
 (0)