interstellar_ai/next.config.mjs

5 lines
92 B
JavaScript
Raw Normal View History

2024-09-18 10:38:54 +02:00
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;