Skip to content

Commit

Permalink
see if build works commenting this out
Browse files Browse the repository at this point in the history
  • Loading branch information
4eyes52 committed Sep 8, 2024
1 parent adb9221 commit d1ac371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import createMDX from "@next/mdx";
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");
//createJiti(fileURLToPath(import.meta.url))("./src/env");

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

0 comments on commit d1ac371

Please sign in to comment.