mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
6 lines
135 B
TypeScript
6 lines
135 B
TypeScript
import { defineConfig } from './src/libs/next/config/define-config';
|
|
|
|
const nextConfig = defineConfig({});
|
|
|
|
export default nextConfig;
|