Skip to content

Commit

Permalink
fix(config): Fixes env variable name in Vite config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdebian committed Sep 4, 2023
1 parent 4b203ad commit c55eb41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dotenv.config();
const {
FIREBASE_PROJECT,
FIREBASE_API_KEY,
LABORATORIA_API_URL,
LABORATORIA_CORE_API_URL,
SENTRY_DSN,
npm_package_version,
} = process.env;
Expand All @@ -22,7 +22,7 @@ export default defineConfig(() => {
'process.env': {
FIREBASE_PROJECT,
FIREBASE_API_KEY,
LABORATORIA_API_URL,
LABORATORIA_CORE_API_URL,
SENTRY_DSN,
VERSION: npm_package_version,
},
Expand Down

0 comments on commit c55eb41

Please sign in to comment.