{ "$schema": "https://capsule-registry.pages.dev/schemas/install.v1.json", "files": [ { "from": "src/app/custom/page.tsx", "to": "src/app/custom/page.tsx" }, { "from": "src/app/page.tsx", "to": "src/app/page.tsx" }, { "from": "src/app/rooms/[roomName]/page.tsx", "to": "src/app/rooms/[roomName]/page.tsx" }, { "from": "src/public/images/livekit-meet-home.svg", "to": "public/images/livekit-meet-home.svg" }, { "from": "src/styles/Home.module.css", "to": "src/app/home.module.css" } ], "env_required": [] }