Files
afrov2/admin/next.config.ts
2026-04-12 22:51:57 +02:00

9 lines
157 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
};
export default nextConfig;