Skip to content

Commit

Permalink
fix: start script
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Mar 22, 2024
1 parent d648c06 commit 15c4291
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@types/node": "^16.18.16",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"react": "^18.2.0",
"react-codecopy": "^5.0.1",
Expand All @@ -23,7 +24,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "PORT=3006 react-app-rewired start",
"start": "cross-env PORT=3006 react-app-rewired start",
"dev": "npm run start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
Expand Down

0 comments on commit 15c4291

Please sign in to comment.