Commit_all_local_changes_after_PR_406_merge

This commit is contained in:
ajaysi
2026-03-10 17:01:36 +05:30
parent f78b5f1e04
commit 8c2d88efb9
17 changed files with 936 additions and 412 deletions

View File

@@ -36,9 +36,9 @@
"zustand": "^5.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "node --max_old_space_size=8192 node_modules/react-scripts/scripts/build.js",
"build:nomap": "node --max_old_space_size=8192 -e \"process.env.GENERATE_SOURCEMAP='false'; require('./node_modules/react-scripts/scripts/build');\"",
"start": "node --max_old_space_size=12288 node_modules/react-scripts/scripts/start.js",
"build": "node --max_old_space_size=12288 node_modules/react-scripts/scripts/build.js",
"build:nomap": "node --max_old_space_size=12288 -e \"process.env.GENERATE_SOURCEMAP='false'; require('./node_modules/react-scripts/scripts/build');\"",
"test": "react-scripts test",
"eject": "react-scripts eject",
"analyze": "npm run build && npx source-map-explorer 'build/static/js/*.js' --html bundle-report.html",