{ "$schema": "https://capsule-registry.pages.dev/schemas/install.v1.json", "files": [ { "from": "src/app/next-env.d.ts", "to": "next-env.d.ts" }, { "from": "src/app/next.config.js", "to": "next.config.js" }, { "from": "src/app/package.json", "to": "package.json" }, { "from": "src/app/postcss.config.js", "to": "postcss.config.js" }, { "from": "src/app/public/favicon.ico", "to": "public/favicon.ico" }, { "from": "src/app/public/free4chat.svg", "to": "public/free4chat.svg" }, { "from": "src/app/src/components/Header.tsx", "to": "components/Header.tsx" }, { "from": "src/app/src/components/RoomContent.tsx", "to": "components/RoomContent.tsx" }, { "from": "src/app/src/components/TextChatCard.tsx", "to": "components/TextChatCard.tsx" }, { "from": "src/app/src/pages/_app.tsx", "to": "pages/_app.tsx" }, { "from": "src/app/src/pages/_document.tsx", "to": "pages/_document.tsx" }, { "from": "src/app/src/pages/index.tsx", "to": "pages/index.tsx" }, { "from": "src/app/src/pages/room.tsx", "to": "pages/room.tsx" }, { "from": "src/app/src/styles/tailwind.css", "to": "styles/tailwind.css" }, { "from": "src/app/tailwind.config.js", "to": "tailwind.config.js" } ], "env_required": [ "NEXT_PUBLIC_TURNSTILE_SITE_KEY", "NEXT_PUBLIC_WORKER_URL" ] }