To ensure a more comfortable coding experience, it is advisable to use the Prettier extension. However, please remember to disable it when working on other projects.
created a .env.local with : BASE_API_URL="https://ticket-office.staging.dataesr.ovh" VITE_TICKET_OFFICE_API_AUTHORIZATION (ask me)
created a .env.local (ask me mine)
bun i
bun start
bun run deploy --level=[patch|minor|major]
--you might have issues with imap server if you start localy (especialy on work wifi), if needed, disable the function called : "fetchEmails"
--you also might have issues if you install a new dependencie, check if all dependencies are in package.json (especially in server)
if you have and 503 issue, check error on pod
--kubectl get pods -n ticket-office
--kubectl logs ticket-office-xxxxxxx-yyyyyy -n ticket-office