mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-11 07:04:58 -05:00
fix(ci): fixed container registry name in ci, modified some routes to be dynamic to avoid nextjs telemetry
This commit is contained in:
@@ -4,9 +4,8 @@ import { createContext, Script } from 'vm'
|
||||
import { env } from '@/lib/env'
|
||||
import { createLogger } from '@/lib/logs/console-logger'
|
||||
|
||||
// Explicitly export allowed methods
|
||||
export const dynamic = 'force-dynamic' // Disable static optimization
|
||||
export const runtime = 'nodejs' // Use Node.js runtime
|
||||
export const dynamic = 'force-dynamic'
|
||||
export const runtime = 'nodejs'
|
||||
|
||||
const logger = createLogger('FunctionExecuteAPI')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user