Skip to content

Commit

Permalink
globals
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Polsky committed Jun 13, 2023
1 parent 9bc6986 commit c034db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions board/frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default defineConfig(({ command, mode }) => {
BOARD_SUBPATH: process.env.BOARD_SUBPATH,
VITE_BOARD_API_URL: process.env.VITE_BOARD_API_URL,
VITE_GITLAB_API_TOKEN: process.env.VITE_GITLAB_API_TOKEN,
VITE_GITLAB_API_URL: process.env.VITE_GITLAB_API_URL,
}
},
};
Expand Down

0 comments on commit c034db4

Please sign in to comment.