AmbaPay/Amba-Admin
production
ade97831c6636813490d93f766940bd256f4a002
success
No local changes to save
HEAD is now at 9917c4a Merge pull request 'creator and unauthorized page changes' (#12) 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 55 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating 9917c4a..ade9783 Fast-forward src/pages/customers/KYC.tsx | 275 +++--------------- src/pages/customers/components/KYCDetailDrawer.tsx | 275 ++++++++++++++++++ src/store/kycStore.ts | 314 +++++++++++++++++++++ 3 files changed, 636 insertions(+), 228 deletions(-) create mode 100644 src/pages/customers/components/KYCDetailDrawer.tsx create mode 100644 src/store/kycStore.ts
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 4s 63 packages are looking for funding run `npm fund` for details 4 vulnerabilities (1 moderate, 3 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... ✓ 3079 modules transformed. rendering chunks... computing gzip size... dist/index.html 0.75 kB │ gzip: 0.42 kB dist/assets/index-DXaWST_l.css 74.66 kB │ gzip: 12.95 kB dist/assets/index-Ds6ljQv-.js 10,150.29 kB │ gzip: 2,743.10 kB ✓ built in 19.73s
[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D` (!) 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.