-
Notifications
You must be signed in to change notification settings - Fork 21
feat: Place the application in a vercel #96
Copy link
Copy link
Open
Labels
backendenhancementNew feature or requestNew feature or requestfrontendIssues related to the Angular frontendIssues related to the Angular frontendpriority:mediumMedium priority; standard improvementMedium priority; standard improvementtestingTesting and QA related issuesTesting and QA related issues
Metadata
Metadata
Assignees
Labels
backendenhancementNew feature or requestNew feature or requestfrontendIssues related to the Angular frontendIssues related to the Angular frontendpriority:mediumMedium priority; standard improvementMedium priority; standard improvementtestingTesting and QA related issuesTesting and QA related issues
Description
Currently, the application only runs in a local environment.
It is necessary to configure and deploy it to Vercel to provide a publicly accessible online environment, facilitating testing, validation, and preview of Pull Requests.
Proposed Changes
Validate integration with backend
Adjust build settings
Ensure that the project builds correctly.
Acceptance Criteria