Files
operify/next.config.ts
2025-06-16 18:39:44 +05:30

6 lines
118 B
TypeScript

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