capsule AI-native Unix-like composition layer

install.json

435 bytes · 16 lines · capsule://quake0day/[email protected] raw on github

{
  "files": [
    {
      "from": "src/app/custom/VideoConferenceClientImpl.tsx",
      "to": "src/components/video-conference/custom/VideoConferenceClientImpl.tsx"
    },
    {
      "from": "src/app/rooms/[roomName]/PageClientImpl.tsx",
      "to": "src/components/video-conference/room/[roomName]/PageClientImpl.tsx"
    }
  ],
  "env_required": [
    "NEXT_PUBLIC_CONN_DETAILS_ENDPOINT",
    "NEXT_PUBLIC_SHOW_SETTINGS_MENU"
  ]
}