project setup:creation of the next.js application

This commit is contained in:
mahlatseclayton
2026-07-29 21:13:25 +02:00
commit 17f1f01c0d
20 changed files with 7018 additions and 0 deletions

7
to_do_app/next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;