capsule AI-native Unix-like composition layer

install.json

538 bytes · 25 lines · capsule://quake0day/[email protected] raw on github

{
  "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": []
}