Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitquette committed Mar 17, 2024
1 parent c206a65 commit 59a5618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default {

export const drawerWidth = 260;

export const urlApiProjects = import.meta.env.VITE_URL_API_PROJECTS ?? apiProjectsUrl;
export const urlApiProjects = import.meta.env.VITE_URL_API_PROJECTS ?? globalThis['apiProjectsUrl'];
export const urlApiUsers = import.meta.env.VITE_URL_API_USERS ?? apiUsersUrl;

Check failure on line 21 in src/config.jsx

View workflow job for this annotation

GitHub Actions / Push Docker image to Github Container Repository

src/App.test.jsx

ReferenceError: apiUsersUrl is not defined ❯ src/config.jsx:21:66 ❯ vitest-setup.js:3:31

Check failure on line 21 in src/config.jsx

View workflow job for this annotation

GitHub Actions / Push Docker image to Github Container Repository

src/pages/login/ButtonsList.test.jsx

ReferenceError: apiUsersUrl is not defined ❯ src/config.jsx:21:66 ❯ vitest-setup.js:3:31

Check failure on line 21 in src/config.jsx

View workflow job for this annotation

GitHub Actions / Push Docker image to Github Container Repository

src/pages/login/ButtonsListItem.test.jsx

ReferenceError: apiUsersUrl is not defined ❯ src/config.jsx:21:66 ❯ vitest-setup.js:3:31
export const urlApiReports = import.meta.env.VITE_URL_API_REPORTS ?? apiReportsUrl;

Expand Down

0 comments on commit 59a5618

Please sign in to comment.