llmOS-Agent / frontend /next.config.ts
starsnatched
feat: add global styles and layout for Next.js application
71fac34
raw
history blame
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;