Skip to content

Commit 3372829

Browse files
authored
fix(wand): remove edge runtime for wand (#1132)
1 parent 45372ae commit 3372829

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { env } from '@/lib/env'
55
import { createLogger } from '@/lib/logs/console/logger'
66

77
export const dynamic = 'force-dynamic'
8-
export const runtime = 'edge'
98
export const maxDuration = 60
109

1110
const logger = createLogger('WandGenerateAPI')

0 commit comments

Comments
 (0)