containers / podman-desktop-extension-ai-lab

Work with LLMs on a local environment using containers
https://podman-desktop.io/extensions/ai-lab
Apache License 2.0
182 stars 39 forks source link

build time has increase **a lot** #1821

Open axel7083 opened 1 month ago

axel7083 commented 1 month ago

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

[0] ✓ built in 8.49s
[0] cd packages/frontend && npm run build exited with code 0
[1] ✓ built in 39.60s
[1] cd packages/backend && npm run build exited with code 0

Additional context

No response

benoitf commented 1 month ago

maybe use git bisect

jeffmaury commented 1 month ago

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

benoitf commented 1 month ago

"build": "npm run generate && vite build",

is it npm run generate or vite build that is taking time