Files
SDP_Lab_1_To-do-app/next.config.ts
mahlatseclayton 7915ff5f55 file structure
2026-07-29 21:21:45 +02:00

8 lines
133 B
TypeScript

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