Files
dndextended/next.config.ts
T
Alexander Harding 9adaca1c7d Add Docker stuff
2026-07-31 20:14:35 -04:00

9 lines
153 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
devIndicators: false,
output: "standalone",
};
export default nextConfig;