Skip to content

Commit 1aec32b

Browse files
authored
Switch to node (#1190)
1 parent 4e3a3bd commit 1aec32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/app/api/wand-generate/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { env } from '@/lib/env'
44
import { createLogger } from '@/lib/logs/console/logger'
55

66
export const dynamic = 'force-dynamic'
7-
export const runtime = 'edge'
7+
export const runtime = 'nodejs'
88
export const maxDuration = 60
99

1010
const logger = createLogger('WandGenerateAPI')

0 commit comments

Comments
 (0)