← back to StudentLoanTracker

next.config.ts

8 lines

import type { NextConfig } from 'next';

const nextConfig: NextConfig = {
  turbopack: {},
};

export default nextConfig;