Skip to content

Commit

Permalink
Merge branch 'main' into next15
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani authored Nov 4, 2024
2 parents 3475c8a + 4daa648 commit 7d0fd02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/nextjs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { fileURLToPath } from "url";
import createJiti from "jiti";

// Import env files to validate at build time. Use jiti so we can load .ts files in here.
createJiti(fileURLToPath(import.meta.url))("./src/env");

/** @type {import("next").NextConfig} */
Expand Down

0 comments on commit 7d0fd02

Please sign in to comment.