AmbaPay/Amba-Admin
production
1018c1920495789a3ad570e41f030483d33e796e
success
No local changes to save
HEAD is now at e16521f Merge pull request 'agent signin issue fixed' (#4) 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 21 commits. (use "git push" to publish your local commits)
Already on 'production'
Updating e16521f..1018c19 Fast-forward src/lib/api.ts | 1 + src/pages/events/CreateEvent.tsx | 80 ++++++++++++++-- src/pages/events/EditEvent.tsx | 38 ++++++-- src/pages/events/EventDetail.tsx | 56 +++++++++++ src/pages/events/Tickets.tsx | 8 +- .../events/components/organizer-multi-select.tsx | 104 +++++++++++++++++++++ src/pages/members/CreateOrganization.tsx | 45 +-------- src/store/eventStore.ts | 86 ++++++++++++++++- src/store/organizationsStore.ts | 16 +++- src/store/organizerStore.ts | 16 +++- src/store/ticketStore.ts | 6 +- 11 files changed, 386 insertions(+), 70 deletions(-) create mode 100644 src/pages/events/components/organizer-multi-select.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 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-BZ3iUqE3.css 68.52 kB │ gzip: 11.96 kB dist/assets/index-Pkg7V06v.js 10,097.79 kB │ gzip: 2,732.12 kB ✓ built in 19.09s
(!) 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.