Files
dndextended/next.config.ts
T
Alexander Harding a3ea76fdff Vibecode central
2026-07-31 19:50:55 -04:00

9 lines
156 B
TypeScript

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