tremor-tracker/next.config.ts

8 lines
132 B
TypeScript
Raw Normal View History

2025-02-24 12:37:15 +00:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-05-04 16:04:44 +01:00
/* config options here */
2025-02-24 12:37:15 +00:00
};
export default nextConfig;