Fix debug

This commit is contained in:
CHIEFSOFT\ameye
2025-11-17 13:32:49 -05:00
parent 97189d08f6
commit f712c80c67
4 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -22,8 +22,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts start -e .env.production",
"build_real": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
"build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production",
"test": "react-scripts test",
"eject": "react-scripts eject"
},