Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Feb 22, 2025
1 parent be31c76 commit ea88e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import withSerwistInit from "@serwist/next";
const jiti = createJiti(fileURLToPath(import.meta.url));

// Import env here to validate during build. Using jiti we can import .ts files :)
await jiti.import("./env");
const { env } = await jiti.import("./env");

const withMDX = nextMdx();

Expand Down

1 comment on commit ea88e9c

@vercel
Copy link

@vercel vercel bot commented on ea88e9c Feb 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.