This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set vite build mode based on workflow inputs
- Modified the CI workflow (`ci.yml`) to dynamically set the build mode using the environment specified in the input. The change in the `Build artifacts` step now includes `--mode {{ inputs.environment }}` in the `pnpm build` command to ensure the correct build mode is utilized based on inputs. - Updated the production environment variable in `apps/mocksi-lite-next/.env.production` by changing the `VITE_NEST_APP` URL from `https://nest-auth-ts-merge.onrender.com` to `https://app.mocksi.ai`, reflecting the new production endpoint for the application.
- Loading branch information