mirror of
https://litchi.icu/ngc2207/judge.git
synced 2025-05-18 20:36:43 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {};
|
|
|
|
export default nextConfig;
|