Skip to content

Commit

Permalink
PR change requests #3837
Browse files Browse the repository at this point in the history
  • Loading branch information
lorriborri committed Feb 5, 2025
1 parent 23ebe39 commit 2cdfa9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions sechub-web-ui/src/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
Expand Down
2 changes: 1 addition & 1 deletion sechub-web-ui/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config = ref({
HOST: String(import.meta.env.VITE_API_HOST) || 'http://localhost:3000',
USERNAME: String(import.meta.env.VITE_API_USER) || '',
PASSWORD: String(import.meta.env.VITE_API_PASSWORD) || '',
LOCAL_DEV: Boolean(import.meta.env.VITE_API_LOCAL_DEV === 'true') || false,
LOCAL_DEV: import.meta.env.VITE_API_LOCAL_DEV === true || false,
})

// Overrides local environment variables after project compilation
Expand Down
1 change: 1 addition & 0 deletions sechub-web-ui/src/typed-router.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: MIT
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
Expand Down

0 comments on commit 2cdfa9a

Please sign in to comment.