Pooltracker/frontend/next.config.ts
Aidan Haas 6b531bb32f init
2025-07-07 17:09:34 -04:00

8 lines
133 B
TypeScript

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