Files
routstr-core/ui/next.config.ts
T
2025-10-21 22:07:47 +02:00

9 lines
157 B
TypeScript

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