llama-stack-mirror/llama_stack/ui/next.config.ts
Eric Huang 48763f21fd shadcn
# What does this PR do?


## Test Plan
2025-05-14 16:57:51 -07:00

7 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;