AmbaPay/Amba-Admin
production
cf7b8ba51fbfae108e74646aefde1aff8b6d2c03
success
No local changes to save
HEAD is now at 1856c85 Merge pull request 'typo' (#6) 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 25 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating 1856c85..cf7b8ba Fast-forward src/components/layout/Layout.tsx | 6 +++--- src/components/ui/input.tsx | 2 +- src/components/ui/select.tsx | 2 +- src/components/ui/textarea.tsx | 2 +- src/pages/Profile.tsx | 14 +++++++------- src/pages/agents/CreateAgent.tsx | 2 +- src/pages/customers/CustomerDetail.tsx | 4 ++-- src/pages/customers/PolicyUpdate.tsx | 2 +- src/pages/donations/DonationCreation.tsx | 2 +- src/pages/events/CreateEvent.tsx | 2 +- src/pages/events/EditEvent.tsx | 2 +- src/pages/events/Tickets.tsx | 2 +- src/pages/faq/CreateFAQ.tsx | 2 +- src/pages/faq/EditFAQ.tsx | 2 +- src/pages/members/CreateMember.tsx | 2 +- src/pages/members/CreateOrganization.tsx | 2 +- src/pages/notifications/CreateNotification.tsx | 2 +- src/pages/rates/RatesUpdate.tsx | 2 +- src/pages/transactions/TransactionsList.tsx | 14 +++++++------- 19 files changed, 34 insertions(+), 34 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... ✓ 3068 modules transformed. rendering chunks... computing gzip size... dist/index.html 0.75 kB │ gzip: 0.42 kB dist/assets/index-MQAihJB3.css 68.21 kB │ gzip: 11.89 kB dist/assets/index-DuLid_ta.js 10,097.56 kB │ gzip: 2,732.02 kB ✓ built in 20.10s
(!) 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.