vscode ➜ /workspace (ft/llm-evals) $ bun dev $ turbo dev --filter=builder... --filter=viewer... --filter=@typebot.io/partykit... --concurrency=11 turbo 2.5.3 • Packages in scope: @typebot.io/ai, @typebot.io/anthropic-block, @typebot.io/billing, @typebot.io/blink-block, @typebot.io/blocks-base, @typebot.io/blocks-bubbles, @typebot.io/blocks-core, @typebot.io/blocks-inputs, @typebot.io/blocks-integrations, @typebot.io/blocks-logic, @typebot.io/bot-engine, @typebot.io/cal-com-block, @typebot.io/chat-api, @typebot.io/chat-node-block, @typebot.io/chat-session, @typebot.io/conditions, @typebot.io/credentials, @typebot.io/deepseek-block, @typebot.io/dify-ai-block, @typebot.io/elevenlabs-block, @typebot.io/emails, @typebot.io/env, @typebot.io/events, @typebot.io/forge, @typebot.io/forge-repository, @typebot.io/groq-block, @typebot.io/groups, @typebot.io/js, @typebot.io/legacy, @typebot.io/lib, @typebot.io/litellm-block, @typebot.io/logs, @typebot.io/mistral-block, @typebot.io/nocodb-block, @typebot.io/open-router-block, @typebot.io/openai-block, @typebot.io/partykit, @typebot.io/perplexity-block, @typebot.io/playwright, @typebot.io/posthog-block, @typebot.io/prisma, @typebot.io/qrcode-block, @typebot.io/radar, @typebot.io/react, @typebot.io/results, @typebot.io/rich-text, @typebot.io/runtime-session-store, @typebot.io/schemas, @typebot.io/segment-block, @typebot.io/settings, @typebot.io/telemetry, @typebot.io/theme, @typebot.io/together-ai-block, @typebot.io/transactional, @typebot.io/trpc-openapi, @typebot.io/tsconfig, @typebot.io/typebot, @typebot.io/ui, @typebot.io/user, @typebot.io/variables, @typebot.io/whatsapp, @typebot.io/workspaces, @typebot.io/zendesk-block, @typebot.io/zod, bot-engine, builder, typebot-js, viewer • Running dev in 68 packages • Remote caching disabled @typebot.io/prisma:db:push: cache bypass, force executing bba3ffbe434ce9a4 @typebot.io/prisma:db:push: @typebot.io/prisma:db:push: $ dotenv -e ./.env -e ../../.env -- tsx scripts/db-push.ts @typebot.io/prisma:db:generate: cache bypass, force executing f17b3848880aec37 @typebot.io/prisma:db:generate: @typebot.io/prisma:db:generate: $ dotenv -e ./.env -e ../../.env -- tsx scripts/db-generate.ts @typebot.io/env:build: cache miss, executing b2b9e032802fb5ea @typebot.io/env:build: @typebot.io/env:build: $ tsup src/index.ts --format esm @typebot.io/env:build: CLI Building entry: src/index.ts @typebot.io/env:build: CLI Using tsconfig: tsconfig.json @typebot.io/env:build: CLI tsup v8.5.0 @typebot.io/env:build: CLI Target: es2022 @typebot.io/env:build: ESM Build start @typebot.io/env:build: ESM dist/index.js 14.38 KB @typebot.io/env:build: ESM ⚡️ Build success in 35ms @typebot.io/prisma:db:generate: Executing for PostgreSQL schema @typebot.io/prisma:db:push: Executing for PostgreSQL schema @typebot.io/prisma:db:push: ┌─────────────────────────────────────────────────────────┐ @typebot.io/prisma:db:push: │ Update available 5.12.1 -> 6.9.0 │ @typebot.io/prisma:db:push: │ │ @typebot.io/prisma:db:push: │ This is a major update - please follow the guide at │ @typebot.io/prisma:db:push: │ https://pris.ly/d/major-version-upgrade │ @typebot.io/prisma:db:push: │ │ @typebot.io/prisma:db:push: │ Run the following to update │ @typebot.io/prisma:db:push: │ npm i --save-dev prisma@latest │ @typebot.io/prisma:db:push: │ npm i @prisma/client@latest │ @typebot.io/prisma:db:push: └─────────────────────────────────────────────────────────┘ @typebot.io/prisma:db:push: @typebot.io/prisma:db:generate: Prisma schema loaded from postgresql/schema.prisma @typebot.io/prisma:db:generate: @typebot.io/prisma:db:generate: ✔ Generated Prisma Client (v5.12.1) to ./../../node_modules/@prisma/client in 343ms @typebot.io/prisma:db:generate: @typebot.io/prisma:db:generate: Start using Prisma Client in Node.js (See: https://pris.ly/d/client) @typebot.io/prisma:db:generate: ``` @typebot.io/prisma:db:generate: import { PrismaClient } from '@prisma/client' @typebot.io/prisma:db:generate: const prisma = new PrismaClient() @typebot.io/prisma:db:generate: ``` @typebot.io/prisma:db:generate: or start using Prisma Client at the edge (See: https://pris.ly/d/accelerate) @typebot.io/prisma:db:generate: ``` @typebot.io/prisma:db:generate: import { PrismaClient } from '@prisma/client/edge' @typebot.io/prisma:db:generate: const prisma = new PrismaClient() @typebot.io/prisma:db:generate: ``` @typebot.io/prisma:db:generate: @typebot.io/prisma:db:generate: See other ways of importing Prisma Client: http://pris.ly/d/importing-client @typebot.io/prisma:db:generate: @typebot.io/prisma:db:generate: ┌────────────────────────────────────────────────────────────────┐ @typebot.io/prisma:db:generate: │ Supercharge your Prisma Client with global database caching, │ @typebot.io/prisma:db:generate: │ scalable connection pooling and real-time database events. │ @typebot.io/prisma:db:generate: │ Explore Prisma Accelerate: https://pris.ly/cli/-accelerate │ @typebot.io/prisma:db:generate: │ Explore Prisma Pulse: https://pris.ly/cli/-pulse │ @typebot.io/prisma:db:generate: └────────────────────────────────────────────────────────────────┘ @typebot.io/prisma:db:generate: @typebot.io/prisma:db:generate: @typebot.io/js:build: cache miss, executing 602822a8cab195a5 @typebot.io/js:build: @typebot.io/js:build: $ tsup @typebot.io/js:build: CLI Building entry: src/index.ts @typebot.io/js:build: CLI Using tsconfig: tsconfig.json @typebot.io/js:build: CLI tsup v8.5.0 @typebot.io/js:build: CLI Using tsup config: /workspace/packages/embeds/js/tsup.config.ts @typebot.io/js:build: CLI Building entry: src/web.ts @typebot.io/js:build: CLI Using tsconfig: tsconfig.json @typebot.io/js:build: CLI tsup v8.5.0 @typebot.io/js:build: CLI Using tsup config: /workspace/packages/embeds/js/tsup.config.ts @typebot.io/js:build: CLI Target: es2022 @typebot.io/js:build: ESM Build start @typebot.io/js:build: CLI Target: es2022 @typebot.io/js:build: ESM Build start @typebot.io/js:build: ESM dist/index.js 1.42 KB @typebot.io/js:build: ESM ⚡️ Build success in 70ms @typebot.io/js:build: DTS Build start @typebot.io/js:build: ESM dist/web.js 616.65 KB @typebot.io/js:build: ESM ⚡️ Build success in 2538ms @typebot.io/js:build: DTS ⚡️ Build success in 10422ms @typebot.io/js:build: DTS dist/index.d.ts 4.46 KB @typebot.io/react:build: cache miss, executing 1e6aa68e574597f5 @typebot.io/react:build: @typebot.io/react:build: $ tsup @typebot.io/react:build: CLI Building entry: src/index.ts, src/web.ts @typebot.io/react:build: CLI Using tsconfig: tsconfig.json @typebot.io/react:build: CLI tsup v8.5.0 @typebot.io/react:build: CLI Using tsup config: /workspace/packages/embeds/react/tsup.config.ts @typebot.io/react:build: CLI Target: es2022 @typebot.io/react:build: ESM Build start @typebot.io/react:build: ESM dist/index.js 2.88 KB @typebot.io/react:build: ESM dist/web.js 615.35 KB @typebot.io/react:build: ESM ⚡️ Build success in 152ms @typebot.io/react:build: DTS Build start @typebot.io/react:build: DTS ⚡️ Build success in 10096ms @typebot.io/react:build: DTS dist/web.d.ts 13.00 B @typebot.io/react:build: DTS dist/index.d.ts 1.34 KB @typebot.io/prisma:dev: cache bypass, force executing e6884f90772bfc80 @typebot.io/react:dev: cache bypass, force executing 751a4a3ba98f7666 @typebot.io/prisma:dev: $ dotenv -e ./.env -e ../../.env -- tsx scripts/studio.ts @typebot.io/react:dev: $ tsup --watch @typebot.io/partykit:dev: cache bypass, force executing 569a391a5cd70cef @typebot.io/js:dev: cache bypass, force executing f0813d6d688199c4 @typebot.io/env:dev: cache bypass, force executing 778e2d9931cc17cc @typebot.io/partykit:dev: $ partykit dev --live @typebot.io/js:dev: $ tsup --watch @typebot.io/env:dev: $ tsup src/index.ts --format esm --watch viewer:dev: cache bypass, force executing d064da61ff7f9042 typebot-js:dev: cache bypass, force executing 8426f0af42c45082 viewer:dev: $ dotenv -e ./.env -e ../../.env -- next dev -p 3001 typebot-js:dev: $ tsup --watch builder:dev: cache bypass, force executing 3edeb895a1c5806f bot-engine:dev: cache bypass, force executing 718efb589b59db8e builder:dev: $ dotenv -e ./.env -e ../../.env -- next dev -p 3000 bot-engine:dev: $ tsup --watch typebot-js:dev: CLI Building entry: src/index.ts bot-engine:dev: CLI Building entry: src/index.ts bot-engine:dev: CLI Using tsconfig: tsconfig.json bot-engine:dev: CLI tsup v8.5.0 bot-engine:dev: CLI Using tsup config: /workspace/packages/deprecated/bot-engine/tsup.config.js bot-engine:dev: CLI Running in watch mode typebot-js:dev: CLI Using tsconfig: tsconfig.json typebot-js:dev: CLI tsup v8.5.0 typebot-js:dev: CLI Using tsup config: /workspace/packages/deprecated/typebot-js/tsup.config.js typebot-js:dev: CLI Running in watch mode bot-engine:dev: CLI Target: es2022 typebot-js:dev: CLI Target: es2022 bot-engine:dev: ESM Build start typebot-js:dev: ESM Build start typebot-js:dev: CJS Build start typebot-js:dev: IIFE Build start @typebot.io/env:dev: CLI Building entry: src/index.ts @typebot.io/env:dev: CLI Using tsconfig: tsconfig.json @typebot.io/env:dev: CLI tsup v8.5.0 @typebot.io/env:dev: CLI Running in watch mode @typebot.io/env:dev: CLI Target: es2022 @typebot.io/env:dev: ESM Build start @typebot.io/env:dev: ESM dist/index.js 14.38 KB @typebot.io/env:dev: ESM ⚡️ Build success in 95ms @typebot.io/env:dev: CLI Watching for changes in "." @typebot.io/env:dev: CLI Ignoring changes in "**/{.git,node_modules}/**" | "dist" @typebot.io/react:dev: CLI Building entry: src/index.ts, src/web.ts @typebot.io/react:dev: CLI Using tsconfig: tsconfig.json @typebot.io/react:dev: CLI tsup v8.5.0 @typebot.io/react:dev: CLI Using tsup config: /workspace/packages/embeds/react/tsup.config.ts @typebot.io/react:dev: CLI Running in watch mode @typebot.io/react:dev: CLI Target: es2022 @typebot.io/react:dev: ESM Build start typebot-js:dev: IIFE dist/index.global.js 22.17 KB typebot-js:dev: IIFE dist/index.global.js.map 37.00 KB typebot-js:dev: IIFE ⚡️ Build success in 447ms typebot-js:dev: ESM dist/index.mjs 20.13 KB typebot-js:dev: ESM dist/index.mjs.map 36.66 KB typebot-js:dev: ESM ⚡️ Build success in 466ms typebot-js:dev: CJS dist/index.js 21.51 KB typebot-js:dev: CJS dist/index.js.map 36.76 KB typebot-js:dev: CJS ⚡️ Build success in 474ms typebot-js:dev: CLI Watching for changes in "." typebot-js:dev: CLI Ignoring changes in "**/{.git,node_modules}/**" | "dist" @typebot.io/partykit:dev: 🎈 PartyKit v0.0.110 @typebot.io/partykit:dev: --------------------- @typebot.io/partykit:dev: Loading environment variables from ../../.env @typebot.io/partykit:dev: @typebot.io/react:dev: ESM dist/index.js 2.90 KB @typebot.io/react:dev: ESM dist/web.js 43.00 B @typebot.io/react:dev: ESM ⚡️ Build success in 118ms @typebot.io/react:dev: CLI Watching for changes in "." ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ @typebot.io/partykit:dev: │ [b] open a browser, [c] clear console, [x] to exit │ @typebot.io/partykit:dev: ╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ @typebot.io/js:dev: CLI Building entry: src/index.ts @typebot.io/js:dev: CLI Using tsconfig: tsconfig.json @typebot.io/js:dev: CLI tsup v8.5.0 @typebot.io/js:dev: CLI Using tsup config: /workspace/packages/embeds/js/tsup.config.ts @typebot.io/js:dev: CLI Running in watch mode @typebot.io/js:dev: CLI Building entry: src/web.ts @typebot.io/js:dev: CLI Using tsconfig: tsconfig.json @typebot.io/js:dev: CLI tsup v8.5.0 @typebot.io/js:dev: CLI Using tsup config: /workspace/packages/embeds/js/tsup.config.ts Build succeeded, starting server... @typebot.io/partykit:dev: ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ @typebot.io/partykit:dev: │ [b] open a browser, [c] clear console, [x] to exit │ @typebot.io/partykit:dev: ╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ @typebot.io/js:dev: CLI Target: es2022 [pk:inf] Ready on http://0.0.0.0:1999 @typebot.io/partykit:dev: ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ @typebot.io/partykit:dev: │ [b] open a browser, [c] clear console, [x] to exit [pk:inf] - http://127.0.0.1:1999 @typebot.io/partykit:dev: ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ @typebot.io/partykit:dev: │ [b] open a browser, [c] clear console, [x] to exit [pk:inf] - http://172.17.0.7:1999 @typebot.io/partykit:dev: ╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ @typebot.io/partykit:dev: │ [b] open a browser, [c] clear console, [x] to exit │ @typebot.io/partykit:dev: ╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯ @typebot.io/react:dev: DTS Build start bot-engine:dev: DTS Build start viewer:dev: - event [next-runtime-env] read environment variables prefixed with 'NEXT_PUBLIC_' from process.env. viewer:dev: - ready [next-runtime-env] wrote browser runtime environment variables to '/workspace/apps/viewer/public/__ENV.js'. builder:dev: - event [next-runtime-env] read environment variables prefixed with 'NEXT_PUBLIC_' from process.env. builder:dev: - ready [next-runtime-env] wrote browser runtime environment variables to '/workspace/apps/builder/public/__ENV.js'. @typebot.io/js:dev: ESM dist/index.js 2.73 KB @typebot.io/js:dev: ESM ⚡️ Build success in 1852ms @typebot.io/js:dev: CLI Watching for changes in "." @typebot.io/js:dev: CLI Ignoring changes in "**/{.git,node_modules}/**" | "dist" @typebot.io/js:dev: DTS Build start bot-engine:dev: ESM dist/gtag-KYIVIA6O.js 163.00 B bot-engine:dev: ESM dist/chunk-5XK64VYO.js 1.03 KB bot-engine:dev: ESM dist/index.js 145.25 KB bot-engine:dev: ESM dist/gtag-KYIVIA6O.js.map 71.00 B bot-engine:dev: ESM dist/chunk-5XK64VYO.js.map 2.04 KB bot-engine:dev: ESM dist/index.js.map 242.99 KB bot-engine:dev: ESM ⚡️ Build success in 3169ms bot-engine:dev: CLI Watching for changes in "." bot-engine:dev: CLI Ignoring changes in "**/{.git,node_modules}/**" | "dist" builder:dev: - event [next-runtime-env] read environment variables prefixed with 'NEXT_PUBLIC_' from process.env. builder:dev: - ready [next-runtime-env] wrote browser runtime environment variables to '/workspace/apps/builder/public/__ENV.js'. viewer:dev: - event [next-runtime-env] read environment variables prefixed with 'NEXT_PUBLIC_' from process.env. viewer:dev: - ready [next-runtime-env] wrote browser runtime environment variables to '/workspace/apps/viewer/public/__ENV.js'. builder:dev: ▲ Next.js 15.3.0 builder:dev: - Local: http://localhost:3000 builder:dev: - Network: http://172.17.0.7:3000 builder:dev: builder:dev: ✓ Starting... builder:dev: ⚠ i18n configuration in next.config.mjs is unsupported in App Router. builder:dev: Learn more about internationalization in App Router: https://nextjs.org/docs/app/building-your-application/routing/internationalization viewer:dev: ▲ Next.js 15.3.0 viewer:dev: - Local: http://localhost:3001 viewer:dev: - Network: http://172.17.0.7:3001 viewer:dev: viewer:dev: ✓ Starting... typebot-js:dev: DTS ⚡️ Build success in 11426ms @typebot.io/js:dev: ESM dist/web.js 1.21 MB @typebot.io/js:dev: ESM ⚡️ Build success in 13211ms @typebot.io/js:dev: CLI Watching for changes in "." @typebot.io/js:dev: CLI Ignoring changes in "**/{.git,node_modules}/**" | "dist" viewer:dev: ○ Compiling /instrumentation ... builder:dev: ○ Compiling /instrumentation ... viewer:dev: ✓ Compiled /instrumentation in 11.1s (893 modules) builder:dev: ✓ Compiled /instrumentation in 11.2s (893 modules) viewer:dev: ✓ Ready in 20.6s builder:dev: ✓ Ready in 20.9s bot-engine:dev: DTS ⚡️ Build success in 35259ms @typebot.io/react:dev: DTS ⚡️ Build success in 36354ms @typebot.io/js:dev: DTS ⚡️ Build success in 36605ms builder:dev: ○ Compiling / ... builder:dev: ⨯ ../../packages/variables/node_modules/isolated-vm/isolated-vm.js:1:1 builder:dev: Module not found: Can't resolve './out/isolated_vm' builder:dev: > 1 | module.exports = require('./out/isolated_vm').ivm; builder:dev: | ^ builder:dev: 2 | builder:dev: builder:dev: https://nextjs.org/docs/messages/module-not-found builder:dev: builder:dev: Import trace for requested module: builder:dev: ../../packages/variables/src/executeFunction.ts builder:dev: ../../packages/forge/blocks/openai/src/actions/askAssistant.ts builder:dev: ../../packages/forge/blocks/openai/src/index.ts builder:dev: ../../packages/forge/repository/src/definitions.ts builder:dev: ../../packages/blocks/core/src/helpers.ts builder:dev: ./src/features/editor/providers/typebotActions/blocks.ts builder:dev: ./src/features/editor/providers/TypebotProvider.tsx builder:dev: ./src/pages/_app.tsx builder:dev: ⨯ ../../packages/variables/node_modules/isolated-vm/isolated-vm.js:1:1 builder:dev: Module not found: Can't resolve './out/isolated_vm' builder:dev: > 1 | module.exports = require('./out/isolated_vm').ivm; builder:dev: | ^ builder:dev: 2 | builder:dev: builder:dev: https://nextjs.org/docs/messages/module-not-found builder:dev: builder:dev: Import trace for requested module: builder:dev: ../../packages/variables/src/executeFunction.ts builder:dev: ../../packages/forge/blocks/openai/src/actions/askAssistant.ts builder:dev: ../../packages/forge/blocks/openai/src/index.ts builder:dev: ../../packages/forge/repository/src/definitions.ts builder:dev: ../../packages/blocks/core/src/helpers.ts builder:dev: ./src/features/editor/providers/typebotActions/blocks.ts builder:dev: ./src/features/editor/providers/TypebotProvider.tsx builder:dev: ./src/pages/_app.tsx builder:dev: GET /_next/static/webpack/213267b4736dcad1.webpack.hot-update.json 500 in 13953ms builder:dev: GET / 500 in 23957ms builder:dev: ⚠ Fast Refresh had to perform a full reload due to a runtime error. builder:dev: GET /service-worker.js 500 in 17ms builder:dev: [webpack.cache.PackFileCacheStrategy] Caching failed for pack: Error: ENOENT: no such file or directory, rename '/workspace/apps/builder/.next/cache/webpack/client-development-fallback/0.pack.gz_' -> '/workspace/apps/builder/.next/cache/webpack/client-development-fallback/0.pack.gz'