write-ups-challenges-2024-2025/bob-the-assistant/bobchat/next.config.js

8 lines
142 B
JavaScript
Raw Normal View History

2024-11-25 21:28:00 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "standalone",
}
module.exports = nextConfig