haiku.rag/app/frontend/next.config.ts
Yiorgis Gozadinos f8964f6efc
Basic frontend
2026-01-12 12:36:28 +02:00

7 lines
128 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
};
export default nextConfig;