Spaces:
Hamed744
/
Sleeping

ai / next.config.ts
hadadrjt's picture
ai: Migrate to assistant-ui.
091295b
raw
history blame contribute delete
144 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
// Haven't had time to set it up yet
};
export default nextConfig;