todo-next

yet another task list webapp, made with Next.js
Log | Files | Refs | README

next.config.ts (133B)


      1 import type { NextConfig } from "next";
      2 
      3 const nextConfig: NextConfig = {
      4   /* config options here */
      5 };
      6 
      7 export default nextConfig;