kernl-backend / frontend /next.config.ts
ALPHA0008's picture
feat: initial commit - core multi-agent compiler engine and frontend UI
0762fba
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;