Auto-updated file in CI authored by Petrut-Daniel Coman's avatar Petrut-Daniel Coman
......@@ -212,7 +212,7 @@ npm run dev
#### Set up environment variables
1. `API_BASE_URL=$URL` The base url for api request. (replace $URL with the actual url)
1. `VITE_API_BASE_URL=$URL` The base url for api request. (replace $URL with the actual url)
2. `PORT=$PORT` The port specifies the port for the frontend to run on. (replace $PORT with an actual port number)
#### Type-Check, compile and minify for production
......
......