This commit is contained in:
4
lib/env-config.ts
Normal file
4
lib/env-config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { loadEnvConfig } from '@next/env';
|
||||
|
||||
const projectDir = process.cwd();
|
||||
loadEnvConfig(projectDir);
|
||||
Reference in New Issue
Block a user