Open axel7083 opened 1 month ago
maybe use git bisect
main is building backend in 40s Latest yarn build backend build in 25s First pnpm commit builld backend in 37s 1.2.3 build backend in 10s
"build": "npm run generate && vite build",
is it npm run generate
or vite build
that is taking time
Bug description
For unknown reasons, I noticed a significant increase in the time required to build the extension. From almost nothing to
8.49s + 39.60s
the backend part has been increase a lot.Operating system
windows 11
Installation Method
None
Version
next (development version)
Steps to reproduce
pnpm build
Relevant log output
Additional context
No response