import { withNext } from '@llamaindex/tool/next'
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default withNext(nextConfig);