Files
grib/next.config.ts
Денис Шкабатур 08263135dd Initial commit from Create Next App
2026-02-11 12:52:36 +03:00

8 lines
133 B
TypeScript

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