AmbaPay/Amba-Admin
production
5000371d11a062a5985cacea4f6ae99bf246ee43
success
No local changes to save
HEAD is now at 1eeb194 Merge pull request 'added fields on appointment' (#9) from main into production
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 31 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating 1eeb194..5000371 Fast-forward src/pages/agents/AgentDetail.tsx | 13 ++++++++++--- src/pages/agents/Appointments.tsx | 13 ++++++++++--- src/store/agentStore.ts | 3 ++- src/store/appointmentsStore.ts | 3 ++- 4 files changed, 24 insertions(+), 8 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 3s 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... ✓ 3070 modules transformed. rendering chunks... computing gzip size... dist/index.html 0.75 kB │ gzip: 0.42 kB dist/assets/index-kqns2UNU.css 68.28 kB │ gzip: 11.91 kB dist/assets/index-BkzK2Kjc.js 10,109.73 kB │ gzip: 2,733.54 kB ✓ built in 21.49s
(!) 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.