ghost-chess/next.config.ts
2025-05-31 22:08:46 +09:00

8 lines
129 B
TypeScript

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