ethos / web /next.config.ts
Lior-0618's picture
chore: merge master → dev/video-fer (live camera FER mode)
a85acb5
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
// Allow Turbopack (Next.js 16 default) — WASM files served from public/
turbopack: {},
};
export default nextConfig;