We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3a3bd commit 1aec32bCopy full SHA for 1aec32b
apps/sim/app/api/wand-generate/route.ts
@@ -4,7 +4,7 @@ import { env } from '@/lib/env'
4
import { createLogger } from '@/lib/logs/console/logger'
5
6
export const dynamic = 'force-dynamic'
7
-export const runtime = 'edge'
+export const runtime = 'nodejs'
8
export const maxDuration = 60
9
10
const logger = createLogger('WandGenerateAPI')
0 commit comments