Skip to content

Commit

Permalink
Make env route dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Nov 4, 2024
1 parent 6c33df6 commit 57e4821
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/api/env/route.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export { GET } from '@/shared/api/server/env';

// Prevents static generation of API route result at build time
export const dynamic = 'force-dynamic';

0 comments on commit 57e4821

Please sign in to comment.