AmbaPay/Amba-Admin
production
82a805ba52bfc616e4a40881c6f22054f74d0e85
success
No local changes to save
HEAD is now at 2bc13df Empty commit to trigger CI/CD - 9
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system fatal: cache daemon did not start: From https://gitea.yaltopia.com/AmbaPay/Amba-Admin * branch production -> FETCH_HEAD
Your branch is ahead of 'origin/production' by 14 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating 2bc13df..82a805b Fast-forward src/lib/firebase.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
fatal: unable to bind to '/home/amba/.cache/git/credential/socket': Read-only file system warning: unable to unlink '/home/amba/.cache/git/credential/socket': Read-only file system fatal: cache daemon did not start: From https://gitea.yaltopia.com/AmbaPay/Amba-Admin * branch production -> FETCH_HEAD
up to date, audited 423 packages in 2s 63 packages are looking for funding run `npm fund` for details 2 vulnerabilities (1 moderate, 1 high) To address all issues, run: npm audit fix Run `npm audit` for details.
> amba-admin@0.0.0 build > tsc -b && vite build vite v7.2.4 building client environment for production... transforming... ✓ 3066 modules transformed. rendering chunks... computing gzip size... dist/index.html 0.75 kB │ gzip: 0.41 kB dist/assets/index-DhvNJtGx.css 68.47 kB │ gzip: 11.95 kB dist/assets/index-D21Nzhsp.js 10,090.14 kB │ gzip: 2,730.53 kB ✓ built in 24.42s
(!) Some chunks are larger than 500 kB after minification. Consider: - Using dynamic import() to code-split the application - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.