Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge remote-tracking branch 'origin/master' #12

Merge remote-tracking branch 'origin/master'

Merge remote-tracking branch 'origin/master' #12

Triggered via push December 15, 2025 16:45
Status Success
Total duration 1m 39s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors
build
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
build
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
build
- Using dynamic import() to code-split the application
build
(!) Some chunks are larger than 500 kB after minification. Consider:
build
build
Either change the import in "src/components/ControlBar.vue?vue&type=script&setup=true&lang.ts" to point directly to the exporting module or reconfigure "output.manualChunks" to ensure these modules end up in the same chunk.
build
Export "default" of module "src/components/ui/select/SelectContent.vue" was reexported through module "src/components/ui/select/index.ts" while both modules are dependencies of each other and will end up in different chunks by current Rollup settings. This scenario is not well supported at the moment as it will produce a circular dependency between chunks and will likely lead to broken execution order.
build
$ vite build
build
Saved lockfile