write-ups-challenges-2024-2025/bob-the-assistant/bobchat/next.config.js
2024-11-25 22:28:00 +01:00

8 lines
142 B
JavaScript

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