Fix - improve comment on script

This commit is contained in:
lalitdeore12@gmail.com
2025-02-20 19:46:52 +05:30
parent d7b20a8def
commit 5bf87efc42
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
"zone.js": "~0.8.26"
},
"scripts": {
"start": "set HTTPS=false&& set PORT=3000&& set GENERATE_SOURCEMAP=true&& react-scripts --openssl-legacy-provider start",
"start": "HTTPS=false&&PORT=3000 GENERATE_SOURCEMAP=false react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",