Skip to content

Commit

Permalink
Make env route dynamic (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Nov 4, 2024
1 parent 58b8758 commit 2f3633d
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 2f3633d

Please sign in to comment.