set dev server port to 7699

This commit is contained in:
Sidney Alcantara
2021-08-07 15:51:47 +10:00
parent 7bd0610045
commit fd6e91ab65
2 changed files with 10 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"start": "cross-env PORT=7699 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
@@ -64,6 +64,7 @@
"@types/dompurify": "^2.2.3",
"@types/lodash": "^4.14.172",
"@types/react-router-dom": "^5.1.8",
"cross-env": "^7.0.3",
"eslint": "^7.11.0",
"eslint-config-prettier": "^8.3.0",
"husky": ">=6",

View File

@@ -4319,7 +4319,14 @@ cross-env@^6.0.3:
dependencies:
cross-spawn "^7.0.0"
cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
cross-env@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
dependencies:
cross-spawn "^7.0.1"
cross-spawn@7.0.3, cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==