mirror of
https://github.com/katanemo/plano.git
synced 2026-07-02 15:51:02 +02:00
fix(www): add
This commit is contained in:
parent
66ebc06243
commit
9923cd7a3a
28 changed files with 25 additions and 43 deletions
|
|
@ -7,7 +7,7 @@ import { ConditionalLayout } from "@/components/ConditionalLayout";
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Plano - Delivery Infrastructure for Agentic Apps",
|
title: "Plano - Delivery Infrastructure for Agentic Apps",
|
||||||
description:
|
description:
|
||||||
"Build agents faster, and deliver them reliably to production - by offloading the critical plumbing work to Plano.",
|
"Build agents faster, and deliver them reliably to production - by offloading the critical plumbing work to Plano!",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
|
||||||
|
|
@ -340,4 +340,3 @@ ls ../../demos/samples_python/*/arch_config.yaml
|
||||||
4. **Check error messages** - Make sure error messages are helpful
|
4. **Check error messages** - Make sure error messages are helpful
|
||||||
5. **Test edge cases** - Empty files, missing fields, invalid values
|
5. **Test edge cases** - Empty files, missing fields, invalid values
|
||||||
6. **Keep notes** - Document what works and what doesn't as you develop
|
6. **Keep notes** - Document what works and what doesn't as you develop
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -228,4 +228,3 @@ body {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,3 @@
|
||||||
"typecheck": "tsc --noEmit"
|
"typecheck": "tsc --noEmit"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,4 +10,3 @@
|
||||||
"tailwindcss": "^4"
|
"tailwindcss": "^4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,4 +13,3 @@ const config: Config = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,3 @@
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules"]
|
"exclude": ["node_modules"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,4 +21,3 @@
|
||||||
"**/*.mts"
|
"**/*.mts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,4 +7,3 @@
|
||||||
"nextjs.json"
|
"nextjs.json"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -52,4 +52,3 @@
|
||||||
"react-dom": "^19.2.0"
|
"react-dom": "^19.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -107,4 +107,3 @@ export function Footer() {
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,4 +15,3 @@ export function Logo() {
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -287,4 +287,3 @@ export function Navbar() {
|
||||||
</nav>
|
</nav>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,4 +63,3 @@ function Button({
|
||||||
}
|
}
|
||||||
|
|
||||||
export { Button, buttonVariants };
|
export { Button, buttonVariants };
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -141,4 +141,3 @@ export {
|
||||||
DialogTitle,
|
DialogTitle,
|
||||||
DialogTrigger,
|
DialogTrigger,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,4 +20,3 @@ export {
|
||||||
|
|
||||||
// Utils
|
// Utils
|
||||||
export { cn } from "./lib/utils";
|
export { cn } from "./lib/utils";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,3 @@ import { twMerge } from "tailwind-merge";
|
||||||
export function cn(...inputs: ClassValue[]) {
|
export function cn(...inputs: ClassValue[]) {
|
||||||
return twMerge(clsx(inputs));
|
return twMerge(clsx(inputs));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,3 @@
|
||||||
"include": ["src/**/*"],
|
"include": ["src/**/*"],
|
||||||
"exclude": ["node_modules", "dist"]
|
"exclude": ["node_modules", "dist"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,4 +24,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue