PolicyAgent / next.config.js
eyuvaraj's picture
Upload 23 files
710adbf verified
raw
history blame contribute delete
176 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone', // Enables standalone output for optimized server builds
};
module.exports = nextConfig;