We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76478eb commit 5791b6cCopy full SHA for 5791b6c
next.config.mjs
@@ -3,7 +3,6 @@ import { createJiti } from 'jiti';
3
4
const jiti = createJiti(new URL(import.meta.url).pathname);
5
6
-// Use the recommended import() method instead of direct call
7
await jiti.import('./src/utils/env');
8
9
/**
0 commit comments