Files
local-voice-assistant/frontend/next.config.js
T
YannAhlgrim b59f52cf86 frontend
2025-10-08 12:56:56 +02:00

7 lines
118 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig