AI podcast maker performance optimizations

This commit is contained in:
ajaysi
2025-12-12 21:43:09 +05:30
parent 81590cf4db
commit eba5210577
46 changed files with 6176 additions and 1648 deletions

View File

@@ -35,7 +35,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"analyze": "npm run build && npx source-map-explorer 'build/static/js/*.js' --html bundle-report.html",
"analyze:size": "npm run build && npx bundlesize"
},
"eslintConfig": {
"extends": [
@@ -56,7 +58,8 @@
]
},
"devDependencies": {
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"source-map-explorer": "^2.5.2"
},
"proxy": "http://localhost:8000",
"homepage": "/"