Files
ordr/ordr-ui/next.config.ts
2025-11-21 10:31:30 -07:00

9 lines
165 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
// other configurations
};
export default nextConfig;