Skip to content

Commit

Permalink
Redundant env var defining
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Dec 19, 2024
1 parent f9dc614 commit eaf40bd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions frontend/packages/cli/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,6 @@ export default defineConfig({
],
},
},
define: {
'import.meta.env.VITE_CLI_VERSION_VERSION': JSON.stringify(
process.env.VITE_CLI_VERSION_VERSION || '',
),
'import.meta.env.VITE_CLI_VERSION_GIT_HASH': JSON.stringify(
process.env.VITE_CLI_VERSION_GIT_HASH || '',
),
'import.meta.env.VITE_CLI_VERSION_IS_RELEASED_GIT_HASH': JSON.stringify(
process.env.VITE_CLI_VERSION_IS_RELEASED_GIT_HASH || '',
),
'import.meta.env.VITE_CLI_VERSION_DATE': JSON.stringify(
process.env.VITE_CLI_VERSION_DATE || '',
),
},
plugins: [react(), tsconfigPaths()],
test: {
globals: true,
Expand Down

0 comments on commit eaf40bd

Please sign in to comment.