AmbaPay/Amba-Admin
production
9917c4a1f3b4078d3331ca7bddb7b5fb725e15f4
success
No local changes to save
HEAD is now at 3fceaa7 Merge pull request 'main' (#11) 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 53 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating 3fceaa7..9917c4a Fast-forward src/App.tsx | 2 ++ src/components/auth/RoleProtectedRoute.tsx | 5 ++--- src/components/layout/Sidebar.tsx | 22 +++++++++++++++---- src/lib/utils.ts | 1 + src/pages/errors/Unauthorized.tsx | 34 ++++++++++++++++++++++++++++++ 5 files changed, 57 insertions(+), 7 deletions(-) create mode 100644 src/pages/errors/Unauthorized.tsx
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 5 vulnerabilities (1 moderate, 4 high) To address issues that do not require attention, run: npm audit fix To address all issues (including breaking changes), run: npm audit fix --force 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... ✓ 3077 modules transformed. rendering chunks... computing gzip size... dist/index.html 0.75 kB │ gzip: 0.42 kB dist/assets/index-DR2p3Yda.css 74.31 kB │ gzip: 12.90 kB dist/assets/index-CzN7Mg4E.js 10,144.05 kB │ gzip: 2,741.00 kB ✓ built in 23.44s
(!) 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.