Running the postCreateCommand from devcontainer.json... [20804 ms] Start: Run in container: /bin/sh -c bun install [0.06ms] ".env" bun install v1.2.15 (df017990) $ turbo run db:generate Attention: Turborepo now collects completely anonymous telemetry regarding usage. This information is used to shape the Turborepo roadmap and prioritize features. You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: https://turborepo.com/docs/telemetry 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/scripts, @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/wordpress, @typebot.io/workspaces, @typebot.io/zendesk-block, @typebot.io/zod, bot-engine, builder, docs, forge-cli, landing-page, stories, typebot-js, viewer • Running db:generate in 74 packages • Remote caching disabled @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/prisma:db:generate: Executing for PostgreSQL schema @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 869ms @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: Tasks: 1 successful, 1 total Cached: 0 cached, 1 total Time: 7.043s $ husky Checked 4147 installs across 3110 packages (no changes) [12.96s] Done. Press any key to close the terminal.