4 Commits

Author SHA1 Message Date
web@ppanel
ae5e95477c ♻️ refactor: Refactor API endpoints to use dynamic API prefix from environment variables
- Updated all service files to replace hardcoded API paths with `${import.meta.env.VITE_API_PREFIX}` for better configurability.
- Ensured consistency across user, common, and gateway services by applying the new API prefix format.
- Removed unnecessary comments and maintained ESLint disable directives where applicable.
2025-12-11 03:58:26 +00:00
web
0dcd50b6d3 🐛 fix: update prepare command to use bun for building before packaging admin and user applications 2025-11-30 17:37:00 -08:00
web
7cbccee32e 🐛 fix: update asset names in release configuration for admin and user applications 2025-11-28 21:58:46 -08:00
web
a801849fb2 🎉 feat: initialization 2025-11-26 19:56:16 -08:00