Skip to content

Commit

Permalink
feat(refactor): change next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SATYAM1000 committed Sep 25, 2024
1 parent 3051f46 commit cdf301c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { fileURLToPath } from 'node:url';
import createJiti from 'jiti';
const jiti = createJiti(fileURLToPath(import.meta.url));

// Import env here to validate during build. Using jiti we can import .ts files :)
jiti('./src/env/client');
jiti('./src/env/server');

Expand Down

0 comments on commit cdf301c

Please sign in to comment.