Files
websocket-demo/next.config.ts
T
2025-08-20 16:33:11 +07:00

8 lines
133 B
TypeScript

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