Skip to content

Commit

Permalink
refactor(api): move validate environment variables file
Browse files Browse the repository at this point in the history
  • Loading branch information
Libouk committed Jul 19, 2024
1 parent 66a3a6a commit 4037ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dotenv/config';

import { validateEnvironmentVariables } from './lib/infrastructure/validate-environment-variables.js';
import { validateEnvironmentVariables } from './src/shared/infrastructure/validate-environment-variables.js';

validateEnvironmentVariables();

Expand Down

0 comments on commit 4037ba0

Please sign in to comment.